Html Css Color HEX #577FB1 Havelock Blue

📋 copy color: '#577FB1'

red 87 ◦ green 127 ◦ blue 177

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

Shades of Havelock Blue #577FB1

Tints of Havelock Blue #577FB1

RGB

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

 GREEN value IS 127 (50% from 255) = 32.48%

 BLUE value IS 177 (69.53% from 255) = 45.27%

R = 22.25%
G = 32.48%
B = 45.27%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#577FB1 (or 0x577FB1) is known color: Havelock Blue. HEX triplet: 57, 7F and B1. RGB value is (87,127,177). Sum of RGB (Red+Green+Blue) = 87+127+177=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #577FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577FB1 is #A8804E. Grayscale: #787878. Windows color (decimal): -11042895 or 11632471. OLE color: 11632471.

HSL color Cylindrical-coordinate representation of color #577FB1: hue angle of 213.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #577FB1 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 127 177 -
CMYK 0.51 0.28 0 0.31
HSL 213.33º 0.37% 0.52% -
HSV(B) 213.33º 0.51% 0.69% -
XYZ 19.46 20.38 44.5 -
YUV 120.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 87 127 177 0.51 0.28 0 0.31 213.33 0.37 0.52
Hex 57 7F B1 33 1C 0 1F D5 25 34
Octal 127 177 261 63 34 0 37 325 45 64
Binary 1010111 1111111 10110001 110011 11100 0 11111 11010101 100101 110100

Color Harmonies of #577FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FB1

Black with #577FB1

Text Example


Text Example

White with #577FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577FB1; }

 p { color: rgb(87,127,177); }

 H1.HeaderClassName
 {
   color: #577FB1;
 }
 .AnyTagClassName
 {
   color: #577FB1;
 }
</style>

background-color css

<style>
 a { background-color: #577FB1; }

 a { background-color: rgb(87,127,177); }

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

border-color css

<style>
 span { border-color: #577FB1; }

 span { border-color: rgb(87,127,177); }

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