Html Css Color HEX #5777AF Havelock Blue

📋 copy color: '#5777AF'

red 87 ◦ green 119 ◦ blue 175

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

Shades of Havelock Blue #5777AF

Tints of Havelock Blue #5777AF

RGB

 RED value IS 87 (34.38% from 255) = 22.83%

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 22.83%
G = 31.23%
B = 45.93%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5777AF (or 0x5777AF) is known color: Havelock Blue. HEX triplet: 57, 77 and AF. RGB value is (87,119,175). Sum of RGB (Red+Green+Blue) = 87+119+175=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #5777AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5777AF is #A88850. Grayscale: #737373. Windows color (decimal): -11044945 or 11499351. OLE color: 11499351.

HSL color Cylindrical-coordinate representation of color #5777AF: hue angle of 218.18º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5777AF is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 119 175 -
CMYK 0.50 0.32 0 0.31
HSL 218.18º 0.35% 0.51% -
HSV(B) 218.18º 0.5% 0.69% -
XYZ 18.27 18.32 43.13 -
YUV 115.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 87 119 175 0.50 0.32 0 0.31 218.18 0.35 0.51
Hex 57 77 AF 32 20 0 1F DA 23 33
Octal 127 167 257 62 40 0 37 332 43 63
Binary 1010111 1110111 10101111 110010 100000 0 11111 11011010 100011 110011

Color Harmonies of #5777AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5777AF

Black with #5777AF

Text Example


Text Example

White with #5777AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5777AF; }

 p { color: rgb(87,119,175); }

 H1.HeaderClassName
 {
   color: #5777AF;
 }
 .AnyTagClassName
 {
   color: #5777AF;
 }
</style>

background-color css

<style>
 a { background-color: #5777AF; }

 a { background-color: rgb(87,119,175); }

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

border-color css

<style>
 span { border-color: #5777AF; }

 span { border-color: rgb(87,119,175); }

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