Html Css Color HEX #5A77BA Havelock Blue

📋 copy color: '#5A77BA'

red 90 ◦ green 119 ◦ blue 186

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

Shades of Havelock Blue #5A77BA

Tints of Havelock Blue #5A77BA

RGB

 RED value IS 90 (35.55% from 255) = 22.78%

 GREEN value IS 119 (46.88% from 255) = 30.13%

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

R = 22.78%
G = 30.13%
B = 47.09%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A77BA (or 0x5A77BA) is known color: Havelock Blue. HEX triplet: 5A, 77 and BA. RGB value is (90,119,186). Sum of RGB (Red+Green+Blue) = 90+119+186=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A77BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A77BA is #A58845. Grayscale: #757575. Windows color (decimal): -10848326 or 12220250. OLE color: 12220250.

HSL color Cylindrical-coordinate representation of color #5A77BA: hue angle of 221.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A77BA is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 119 186 -
CMYK 0.52 0.36 0 0.27
HSL 221.88º 0.41% 0.54% -
HSV(B) 221.88º 0.52% 0.73% -
XYZ 19.68 18.91 49.07 -
YUV 117.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 90 119 186 0.52 0.36 0 0.27 221.88 0.41 0.54
Hex 5A 77 BA 34 24 0 1B DE 29 36
Octal 132 167 272 64 44 0 33 336 51 66
Binary 1011010 1110111 10111010 110100 100100 0 11011 11011110 101001 110110

Color Harmonies of #5A77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A77BA

Black with #5A77BA

Text Example


Text Example

White with #5A77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,119,186); }

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

background-color css

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

 a { background-color: rgb(90,119,186); }

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

border-color css

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

 span { border-color: rgb(90,119,186); }

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