Html Css Color HEX #577BB0 Havelock Blue

📋 copy color: '#577BB0'

red 87 ◦ green 123 ◦ blue 176

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

Shades of Havelock Blue #577BB0

Tints of Havelock Blue #577BB0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.87%

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

R = 22.54%
G = 31.87%
B = 45.6%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#577BB0 (or 0x577BB0) is known color: Havelock Blue. HEX triplet: 57, 7B and B0. RGB value is (87,123,176). Sum of RGB (Red+Green+Blue) = 87+123+176=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #577BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577BB0 is #A8844F. Grayscale: #767676. Windows color (decimal): -11043920 or 11565911. OLE color: 11565911.

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

Color convert

RGB 87 123 176 -
CMYK 0.51 0.30 0 0.31
HSL 215.73º 0.36% 0.52% -
HSV(B) 215.73º 0.51% 0.69% -
XYZ 18.85 19.33 43.81 -
YUV 118.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 87 123 176 0.51 0.30 0 0.31 215.73 0.36 0.52
Hex 57 7B B0 33 1E 0 1F D8 24 34
Octal 127 173 260 63 36 0 37 330 44 64
Binary 1010111 1111011 10110000 110011 11110 0 11111 11011000 100100 110100

Color Harmonies of #577BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577BB0

Black with #577BB0

Text Example


Text Example

White with #577BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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