#5D62CB

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

Shades of Slate Blue #5D62CB

Tints of Slate Blue #5D62CB

Color information

#5D62CB (or 0x5D62CB) is unknown color: approx Slate Blue. HEX triplet: 5D, 62 and CB. RGB value is (93,98,203). Sum of RGB (Red+Green+Blue) = 93+98+203=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D62CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D62CB is #A29D34. Grayscale: #6C6C6C. Windows color (decimal): -10657077 or 13328989. OLE color: 13328989.

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

Color convert

RGB9398203-
CMYK0.540.5200.20
HSL237.27º51.4%58.04%-
HSV(B)237.27º54.19%79.61%-
XYZ19.6615.3758.43-
YUV108.48181.34116.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.60%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 203 (79.69% from 255) = 51.52%
R=23.60%
G=24.87%
B=51.52%

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
Decimal93982030.540.5200.20237.2751.458.04
Hex5D62CB3634014ed333a
Octal13514231366640243556372
Binary101110111000101100101111011011010001010011101101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D62CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,98,203); }

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

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

 a { background-color: rgb(93,98,203); }

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

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

 span { border-color: rgb(93,98,203); }

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