#5F67DE

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

Shades of Slate Blue #5F67DE

Tints of Slate Blue #5F67DE

Color information

#5F67DE (or 0x5F67DE) is unknown color: approx Slate Blue. HEX triplet: 5F, 67 and DE. RGB value is (95,103,222). Sum of RGB (Red+Green+Blue) = 95+103+222=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F67DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F67DE is #A09821. Grayscale: #717171. Windows color (decimal): -10524706 or 14575455. OLE color: 14575455.

HSL color Cylindrical-coordinate representation of color #5F67DE: hue angle of 236.22º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F67DE is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95103222-
CMYK0.570.5400.13
HSL236.22º65.8%62.16%-
HSV(B)236.22º57.21%87.06%-
XYZ22.7517.4171.27-
YUV114.17188.85114.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 222 (87.11% from 255) = 52.86%
R=22.62%
G=24.52%
B=52.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951032220.570.5400.13236.2265.862.16
Hex5F67DE39360Dec423e
Octal137147336716601535410276
Binary101111111001111101111011100111011001101111011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F67DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,103,222); }

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

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

 a { background-color: rgb(95,103,222); }

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

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

 span { border-color: rgb(95,103,222); }

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