#5F51CA

Color #5F51CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5F51CA

Tints of Slate Blue #5F51CA

Color information

#5F51CA (or 0x5F51CA) is unknown color: approx Slate Blue. HEX triplet: 5F, 51 and CA. RGB value is (95,81,202). Sum of RGB (Red+Green+Blue) = 95+81+202=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F51CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F51CA is #A0AE35. Grayscale: #626262. Windows color (decimal): -10530358 or 13259103. OLE color: 13259103.

HSL color Cylindrical-coordinate representation of color #5F51CA: hue angle of 246.94º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F51CA is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9581202-
CMYK0.530.6000.21
HSL246.94º53.3%55.49%-
HSV(B)246.94º59.9%79.22%-
XYZ18.3212.5857.34-
YUV98.98186.14125.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 25.13%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=25.13%
G=21.43%
B=53.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95812020.530.6000.21246.9453.355.49
Hex5F51CA353C015f73537
Octal13712131265740253676567
Binary101111110100011100101011010111110001010111110111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F51CA; }

 p { color: rgb(95,81,202); }

 H1.HeaderClassName
 {
   color: #5F51CA;
 }
 .AnyTagClassName
 {
   color: #5F51CA;
 }
</style>
background-color css

<style>
 a { background-color: #5F51CA; }

 a { background-color: rgb(95,81,202); }

 div.DivClassName
 {
   background-color: #5F51CA;
 }
 .BgClassName
 {
   background-color: #5F51CA;
 }
</style>
border-color css

<style>
 span { border-color: #5F51CA; }

 span { border-color: rgb(95,81,202); }

 td.TdClassName
 {
   border-color: #5F51CA;
 }
 .TagClassName
 {
   border-color: #5F51CA;
 }
</style>