#5F62CD

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

Shades of Slate Blue #5F62CD

Tints of Slate Blue #5F62CD

Color information

#5F62CD (or 0x5F62CD) is unknown color: approx Slate Blue. HEX triplet: 5F, 62 and CD. RGB value is (95,98,205). Sum of RGB (Red+Green+Blue) = 95+98+205=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F62CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F62CD is #A09D32. Grayscale: #6C6C6C. Windows color (decimal): -10526003 or 13460063. OLE color: 13460063.

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

Color convert

RGB9598205-
CMYK0.540.5200.20
HSL238.36º52.38%58.82%-
HSV(B)238.36º53.66%80.39%-
XYZ20.1115.5859.7-
YUV109.3182.01117.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.87%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 205 (80.47% from 255) = 51.51%
R=23.87%
G=24.62%
B=51.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal95982050.540.5200.20238.3652.3858.82
Hex5F62CD3634014ee343b
Octal13714231566640243566473
Binary101111111000101100110111011011010001010011101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F62CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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