Html Css Color HEX #5E62DC Slate Blue

📋 copy color: '#5E62DC'

red 94 ◦ green 98 ◦ blue 220

#5E62DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5E62DC

Tints of Slate Blue #5E62DC

RGB

 RED value IS 94 (37.11% from 255) = 22.82%

 GREEN value IS 98 (38.67% from 255) = 23.79%

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 22.82%
G = 23.79%
B = 53.4%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E62DC (or 0x5E62DC) is known color: Slate Blue. HEX triplet: 5E, 62 and DC. RGB value is (94,98,220). Sum of RGB (Red+Green+Blue) = 94+98+220=412 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.82% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E62DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E62DC is #A19D23. Grayscale: #6E6E6E. Windows color (decimal): -10591524 or 14443102. OLE color: 14443102.

HSL color Cylindrical-coordinate representation of color #5E62DC: hue angle of 238.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E62DC is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 98 220 -
CMYK 0.57 0.55 0 0.14
HSL 238.1º 0.64% 0.62% -
HSV(B) 238.1º 0.57% 0.86% -
XYZ 21.9 16.28 69.7 -
YUV 110.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 94 98 220 0.57 0.55 0 0.14 238.1 0.64 0.62
Hex 5E 62 DC 39 37 0 E EE 40 3E
Octal 136 142 334 71 67 0 16 356 100 76
Binary 1011110 1100010 11011100 111001 110111 0 1110 11101110 1000000 111110

Color Harmonies of #5E62DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E62DC

Black with #5E62DC

Text Example


Text Example

White with #5E62DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,98,220); }

 H1.HeaderClassName
 {
   color: #5E62DC;
 }
 .AnyTagClassName
 {
   color: #5E62DC;
 }
</style>

background-color css

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

 a { background-color: rgb(94,98,220); }

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

border-color css

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

 span { border-color: rgb(94,98,220); }

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