#5F5BCD

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

Shades of Slate Blue #5F5BCD

Tints of Slate Blue #5F5BCD

Color information

#5F5BCD (or 0x5F5BCD) is unknown color: approx Slate Blue. HEX triplet: 5F, 5B and CD. RGB value is (95,91,205). Sum of RGB (Red+Green+Blue) = 95+91+205=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F5BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5BCD is #A0A432. Grayscale: #686868. Windows color (decimal): -10527795 or 13458271. OLE color: 13458271.

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

Color convert

RGB9591205-
CMYK0.540.5600.20
HSL242.11º53.27%58.04%-
HSV(B)242.11º55.61%80.39%-
XYZ19.4814.3259.5-
YUV105.19184.33120.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 205 (80.47% from 255) = 52.43%
R=24.30%
G=23.27%
B=52.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95912050.540.5600.20242.1153.2758.04
Hex5F5BCD3638014f2353a
Octal13713331566700243626572
Binary101111110110111100110111011011100001010011110010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,91,205); }

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

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

 a { background-color: rgb(95,91,205); }

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

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

 span { border-color: rgb(95,91,205); }

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