Html Css Color HEX #577AB4 Havelock Blue

📋 copy color: '#577AB4'

red 87 ◦ green 122 ◦ blue 180

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

Shades of Havelock Blue #577AB4

Tints of Havelock Blue #577AB4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.36%

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

R = 22.37%
G = 31.36%
B = 46.27%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#577AB4 (or 0x577AB4) is known color: Havelock Blue. HEX triplet: 57, 7A and B4. RGB value is (87,122,180). Sum of RGB (Red+Green+Blue) = 87+122+180=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #577AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577AB4 is #A8854B. Grayscale: #757575. Windows color (decimal): -11044172 or 11827799. OLE color: 11827799.

HSL color Cylindrical-coordinate representation of color #577AB4: hue angle of 217.42º 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 #577AB4 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 122 180 -
CMYK 0.52 0.32 0 0.29
HSL 217.42º 0.38% 0.52% -
HSV(B) 217.42º 0.52% 0.71% -
XYZ 19.13 19.24 45.89 -
YUV 118.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 87 122 180 0.52 0.32 0 0.29 217.42 0.38 0.52
Hex 57 7A B4 34 20 0 1D D9 26 34
Octal 127 172 264 64 40 0 35 331 46 64
Binary 1010111 1111010 10110100 110100 100000 0 11101 11011001 100110 110100

Color Harmonies of #577AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577AB4

Black with #577AB4

Text Example


Text Example

White with #577AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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