Html Css Color HEX #5E7BBA Havelock Blue

📋 copy color: '#5E7BBA'

red 94 ◦ green 123 ◦ blue 186

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

Shades of Havelock Blue #5E7BBA

Tints of Havelock Blue #5E7BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 23.33%
G = 30.52%
B = 46.15%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E7BBA (or 0x5E7BBA) is known color: Havelock Blue. HEX triplet: 5E, 7B and BA. RGB value is (94,123,186). Sum of RGB (Red+Green+Blue) = 94+123+186=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E7BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7BBA is #A18445. Grayscale: #797979. Windows color (decimal): -10585158 or 12221278. OLE color: 12221278.

HSL color Cylindrical-coordinate representation of color #5E7BBA: hue angle of 221.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E7BBA is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 123 186 -
CMYK 0.49 0.34 0 0.27
HSL 221.09º 0.4% 0.55% -
HSV(B) 221.09º 0.49% 0.73% -
XYZ 20.56 20.09 49.25 -
YUV 121.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 94 123 186 0.49 0.34 0 0.27 221.09 0.4 0.55
Hex 5E 7B BA 31 22 0 1B DD 28 37
Octal 136 173 272 61 42 0 33 335 50 67
Binary 1011110 1111011 10111010 110001 100010 0 11011 11011101 101000 110111

Color Harmonies of #5E7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7BBA

Black with #5E7BBA

Text Example


Text Example

White with #5E7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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