#5F51CB

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

Shades of Slate Blue #5F51CB

Tints of Slate Blue #5F51CB

Color information

#5F51CB (or 0x5F51CB) is unknown color: approx Slate Blue. HEX triplet: 5F, 51 and CB. RGB value is (95,81,203). Sum of RGB (Red+Green+Blue) = 95+81+203=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F51CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F51CB is #A0AE34. Grayscale: #626262. Windows color (decimal): -10530357 or 13324639. OLE color: 13324639.

HSL color Cylindrical-coordinate representation of color #5F51CB: hue angle of 246.89º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F51CB is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9581203-
CMYK0.530.6000.20
HSL246.89º53.98%55.69%-
HSV(B)246.89º60.1%79.61%-
XYZ18.4412.6357.97-
YUV99.09186.64125.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.07%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 203 (79.69% from 255) = 53.56%
R=25.07%
G=21.37%
B=53.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95812030.530.6000.20246.8953.9855.69
Hex5F51CB353C014f73638
Octal13712131365740243676670
Binary101111110100011100101111010111110001010011110111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F51CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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