Html Css Color HEX #577FB0 Havelock Blue

📋 copy color: '#577FB0'

red 87 ◦ green 127 ◦ blue 176

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

Shades of Havelock Blue #577FB0

Tints of Havelock Blue #577FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.13%

R = 22.31%
G = 32.56%
B = 45.13%

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

#577FB0 (or 0x577FB0) is known color: Havelock Blue. HEX triplet: 57, 7F and B0. RGB value is (87,127,176). Sum of RGB (Red+Green+Blue) = 87+127+176=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 176 - color contains mainly: blue. Hex color #577FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577FB0 is #A8804F. Grayscale: #787878. Windows color (decimal): -11042896 or 11566935. OLE color: 11566935.

HSL color Cylindrical-coordinate representation of color #577FB0: hue angle of 213.03º degrees, saturation: 0.36, 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 #577FB0 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 127 176 -
CMYK 0.51 0.28 0 0.31
HSL 213.03º 0.36% 0.52% -
HSV(B) 213.03º 0.51% 0.69% -
XYZ 19.36 20.34 43.98 -
YUV 120.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 87 127 176 0.51 0.28 0 0.31 213.03 0.36 0.52
Hex 57 7F B0 33 1C 0 1F D5 24 34
Octal 127 177 260 63 34 0 37 325 44 64
Binary 1010111 1111111 10110000 110011 11100 0 11111 11010101 100100 110100

Color Harmonies of #577FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FB0

Black with #577FB0

Text Example


Text Example

White with #577FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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