#5F62DD

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

Shades of Slate Blue #5F62DD

Tints of Slate Blue #5F62DD

Color information

#5F62DD (or 0x5F62DD) is unknown color: approx Slate Blue. HEX triplet: 5F, 62 and DD. RGB value is (95,98,221). Sum of RGB (Red+Green+Blue) = 95+98+221=414 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.95% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #5F62DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F62DD is #A09D22. Grayscale: #6E6E6E. Windows color (decimal): -10525987 or 14508639. OLE color: 14508639.

HSL color Cylindrical-coordinate representation of color #5F62DD: hue angle of 238.57º degrees, saturation: 0.65, 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 #5F62DD is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9598221-
CMYK0.570.5600.13
HSL238.57º64.95%61.96%-
HSV(B)238.57º57.01%86.67%-
XYZ22.1416.3970.4-
YUV111.12190.01116.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.95%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=22.95%
G=23.67%
B=53.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal95982210.570.5600.13238.5764.9561.96
Hex5F62DD39380Def413e
Octal137142335717001535710176
Binary101111111000101101110111100111100001101111011111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F62DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,98,221); }

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

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

 a { background-color: rgb(95,98,221); }

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

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

 span { border-color: rgb(95,98,221); }

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