Html Css Color HEX #577CBA Havelock Blue

📋 copy color: '#577CBA'

red 87 ◦ green 124 ◦ blue 186

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

Shades of Havelock Blue #577CBA

Tints of Havelock Blue #577CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 21.91%
G = 31.23%
B = 46.85%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#577CBA (or 0x577CBA) is known color: Havelock Blue. HEX triplet: 57, 7C and BA. RGB value is (87,124,186). Sum of RGB (Red+Green+Blue) = 87+124+186=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #577CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CBA is #A88345. Grayscale: #777777. Windows color (decimal): -11043654 or 12221527. OLE color: 12221527.

HSL color Cylindrical-coordinate representation of color #577CBA: hue angle of 217.58º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #577CBA is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 124 186 -
CMYK 0.53 0.33 0 0.27
HSL 217.58º 0.42% 0.54% -
HSV(B) 217.58º 0.53% 0.73% -
XYZ 20 19.99 49.26 -
YUV 120.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 87 124 186 0.53 0.33 0 0.27 217.58 0.42 0.54
Hex 57 7C BA 35 21 0 1B DA 2A 36
Octal 127 174 272 65 41 0 33 332 52 66
Binary 1010111 1111100 10111010 110101 100001 0 11011 11011010 101010 110110

Color Harmonies of #577CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577CBA

Black with #577CBA

Text Example


Text Example

White with #577CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,124,186); }

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

background-color css

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

 a { background-color: rgb(87,124,186); }

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

border-color css

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

 span { border-color: rgb(87,124,186); }

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