#5F64CE

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

Shades of Slate Blue #5F64CE

Tints of Slate Blue #5F64CE

Color information

#5F64CE (or 0x5F64CE) is unknown color: approx Slate Blue. HEX triplet: 5F, 64 and CE. RGB value is (95,100,206). Sum of RGB (Red+Green+Blue) = 95+100+206=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F64CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F64CE is #A09B31. Grayscale: #6E6E6E. Windows color (decimal): -10525490 or 13526111. OLE color: 13526111.

HSL color Cylindrical-coordinate representation of color #5F64CE: hue angle of 237.3º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F64CE is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB95100206-
CMYK0.540.5100.19
HSL237.3º53.11%59.02%-
HSV(B)237.3º53.88%80.78%-
XYZ20.421660.41-
YUV110.59181.84116.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.69%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 206 (80.86% from 255) = 51.37%
R=23.69%
G=24.94%
B=51.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951002060.540.5100.19237.353.1159.02
Hex5F64CE3633013ed353b
Octal13714431666630233556573
Binary101111111001001100111011011011001101001111101101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F64CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,100,206); }

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

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

 a { background-color: rgb(95,100,206); }

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

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

 span { border-color: rgb(95,100,206); }

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