Html Css Color HEX #5A77BC Havelock Blue

📋 copy color: '#5A77BC'

red 90 ◦ green 119 ◦ blue 188

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

Shades of Havelock Blue #5A77BC

Tints of Havelock Blue #5A77BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 22.67%
G = 29.97%
B = 47.36%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A77BC (or 0x5A77BC) is known color: Havelock Blue. HEX triplet: 5A, 77 and BC. RGB value is (90,119,188). Sum of RGB (Red+Green+Blue) = 90+119+188=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A77BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A77BC is #A58843. Grayscale: #757575. Windows color (decimal): -10848324 or 12351322. OLE color: 12351322.

HSL color Cylindrical-coordinate representation of color #5A77BC: hue angle of 222.24º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A77BC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 119 188 -
CMYK 0.52 0.37 0 0.26
HSL 222.24º 0.42% 0.55% -
HSV(B) 222.24º 0.52% 0.74% -
XYZ 19.89 19 50.2 -
YUV 118.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 90 119 188 0.52 0.37 0 0.26 222.24 0.42 0.55
Hex 5A 77 BC 34 25 0 1A DE 2A 37
Octal 132 167 274 64 45 0 32 336 52 67
Binary 1011010 1110111 10111100 110100 100101 0 11010 11011110 101010 110111

Color Harmonies of #5A77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A77BC

Black with #5A77BC

Text Example


Text Example

White with #5A77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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