Html Css Color HEX #5E7DCD Havelock Blue

📋 copy color: '#5E7DCD'

red 94 ◦ green 125 ◦ blue 205

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

Shades of Havelock Blue #5E7DCD

Tints of Havelock Blue #5E7DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 22.17%
G = 29.48%
B = 48.35%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E7DCD (or 0x5E7DCD) is known color: Havelock Blue. HEX triplet: 5E, 7D and CD. RGB value is (94,125,205). Sum of RGB (Red+Green+Blue) = 94+125+205=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E7DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7DCD is #A18232. Grayscale: #7C7C7C. Windows color (decimal): -10584627 or 13466974. OLE color: 13466974.

HSL color Cylindrical-coordinate representation of color #5E7DCD: hue angle of 223.24º degrees, saturation: 0.53, 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 #5E7DCD is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 125 205 -
CMYK 0.54 0.39 0 0.20
HSL 223.24º 0.53% 0.59% -
HSV(B) 223.24º 0.54% 0.8% -
XYZ 22.97 21.45 60.69 -
YUV 124.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 94 125 205 0.54 0.39 0 0.20 223.24 0.53 0.59
Hex 5E 7D CD 36 27 0 14 DF 35 3B
Octal 136 175 315 66 47 0 24 337 65 73
Binary 1011110 1111101 11001101 110110 100111 0 10100 11011111 110101 111011

Color Harmonies of #5E7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7DCD

Black with #5E7DCD

Text Example


Text Example

White with #5E7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,125,205); }

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

background-color css

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

 a { background-color: rgb(94,125,205); }

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

border-color css

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

 span { border-color: rgb(94,125,205); }

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