Html Css Color HEX #577CBD Havelock Blue

📋 copy color: '#577CBD'

red 87 ◦ green 124 ◦ blue 189

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

Shades of Havelock Blue #577CBD

Tints of Havelock Blue #577CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 21.75%
G = 31%
B = 47.25%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#577CBD (or 0x577CBD) is known color: Havelock Blue. HEX triplet: 57, 7C and BD. RGB value is (87,124,189). Sum of RGB (Red+Green+Blue) = 87+124+189=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #577CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CBD is #A88342. Grayscale: #787878. Windows color (decimal): -11043651 or 12418135. OLE color: 12418135.

HSL color Cylindrical-coordinate representation of color #577CBD: hue angle of 218.24º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #577CBD is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 124 189 -
CMYK 0.54 0.34 0 0.26
HSL 218.24º 0.44% 0.54% -
HSV(B) 218.24º 0.54% 0.74% -
XYZ 20.32 20.12 50.96 -
YUV 120.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 87 124 189 0.54 0.34 0 0.26 218.24 0.44 0.54
Hex 57 7C BD 36 22 0 1A DA 2C 36
Octal 127 174 275 66 42 0 32 332 54 66
Binary 1010111 1111100 10111101 110110 100010 0 11010 11011010 101100 110110

Color Harmonies of #577CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577CBD

Black with #577CBD

Text Example


Text Example

White with #577CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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