Html Css Color HEX #577FB4 Havelock Blue

📋 copy color: '#577FB4'

red 87 ◦ green 127 ◦ blue 180

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

Shades of Havelock Blue #577FB4

Tints of Havelock Blue #577FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.69%

R = 22.08%
G = 32.23%
B = 45.69%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#577FB4 (or 0x577FB4) is known color: Havelock Blue. HEX triplet: 57, 7F and B4. RGB value is (87,127,180). Sum of RGB (Red+Green+Blue) = 87+127+180=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #577FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FB4 is #A8804B. Grayscale: #787878. Windows color (decimal): -11042892 or 11829079. OLE color: 11829079.

HSL color Cylindrical-coordinate representation of color #577FB4: hue angle of 214.19º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #577FB4 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 127 180 -
CMYK 0.52 0.29 0 0.29
HSL 214.19º 0.38% 0.52% -
HSV(B) 214.19º 0.52% 0.71% -
XYZ 19.76 20.5 46.1 -
YUV 121.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 87 127 180 0.52 0.29 0 0.29 214.19 0.38 0.52
Hex 57 7F B4 34 1D 0 1D D6 26 34
Octal 127 177 264 64 35 0 35 326 46 64
Binary 1010111 1111111 10110100 110100 11101 0 11101 11010110 100110 110100

Color Harmonies of #577FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FB4

Black with #577FB4

Text Example


Text Example

White with #577FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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