#5F65CE

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

Shades of Slate Blue #5F65CE

Tints of Slate Blue #5F65CE

Color information

#5F65CE (or 0x5F65CE) is unknown color: approx Slate Blue. HEX triplet: 5F, 65 and CE. RGB value is (95,101,206). Sum of RGB (Red+Green+Blue) = 95+101+206=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F65CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F65CE is #A09A31. Grayscale: #6E6E6E. Windows color (decimal): -10525234 or 13526367. OLE color: 13526367.

HSL color Cylindrical-coordinate representation of color #5F65CE: hue angle of 236.76º 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 #5F65CE is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB95101206-
CMYK0.540.5100.19
HSL236.76º53.11%59.02%-
HSV(B)236.76º53.88%80.78%-
XYZ20.5116.260.44-
YUV111.18181.51116.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.63%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 206 (80.86% from 255) = 51.24%
R=23.63%
G=25.12%
B=51.24%

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
Decimal951012060.540.5100.19236.7653.1159.02
Hex5F65CE3633013ed353b
Octal13714531666630233556573
Binary101111111001011100111011011011001101001111101101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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