Html Css Color HEX #5779AF Havelock Blue

📋 copy color: '#5779AF'

red 87 ◦ green 121 ◦ blue 175

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

Shades of Havelock Blue #5779AF

Tints of Havelock Blue #5779AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

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

R = 22.72%
G = 31.59%
B = 45.69%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5779AF (or 0x5779AF) is known color: Havelock Blue. HEX triplet: 57, 79 and AF. RGB value is (87,121,175). Sum of RGB (Red+Green+Blue) = 87+121+175=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #5779AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5779AF is #A88650. Grayscale: #747474. Windows color (decimal): -11044433 or 11499863. OLE color: 11499863.

HSL color Cylindrical-coordinate representation of color #5779AF: hue angle of 216.82º 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 #5779AF is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 121 175 -
CMYK 0.50 0.31 0 0.31
HSL 216.82º 0.35% 0.51% -
HSV(B) 216.82º 0.5% 0.69% -
XYZ 18.51 18.8 43.21 -
YUV 116.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 87 121 175 0.50 0.31 0 0.31 216.82 0.35 0.51
Hex 57 79 AF 32 1F 0 1F D9 23 33
Octal 127 171 257 62 37 0 37 331 43 63
Binary 1010111 1111001 10101111 110010 11111 0 11111 11011001 100011 110011

Color Harmonies of #5779AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5779AF

Black with #5779AF

Text Example


Text Example

White with #5779AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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