Html Css Color HEX #5E7BCD Havelock Blue

📋 copy color: '#5E7BCD'

red 94 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #5E7BCD

Tints of Havelock Blue #5E7BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

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

R = 22.27%
G = 29.15%
B = 48.58%

CMYK

 C value IS 0.54

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E7BCD (or 0x5E7BCD) is known color: Havelock Blue. HEX triplet: 5E, 7B and CD. RGB value is (94,123,205). Sum of RGB (Red+Green+Blue) = 94+123+205=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E7BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7BCD is #A18432. Grayscale: #7B7B7B. Windows color (decimal): -10585139 or 13466462. OLE color: 13466462.

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

Color convert

RGB 94 123 205 -
CMYK 0.54 0.4 0 0.20
HSL 224.32º 0.53% 0.59% -
HSV(B) 224.32º 0.54% 0.8% -
XYZ 22.72 20.95 60.6 -
YUV 123.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 94 123 205 0.54 0.4 0 0.20 224.32 0.53 0.59
Hex 5E 7B CD 36 28 0 14 E0 35 3B
Octal 136 173 315 66 50 0 24 340 65 73
Binary 1011110 1111011 11001101 110110 101000 0 10100 11100000 110101 111011

Color Harmonies of #5E7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7BCD

Black with #5E7BCD

Text Example


Text Example

White with #5E7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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