Html Css Color HEX #577CBC Havelock Blue

📋 copy color: '#577CBC'

red 87 ◦ green 124 ◦ blue 188

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

Shades of Havelock Blue #577CBC

Tints of Havelock Blue #577CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 21.8%
G = 31.08%
B = 47.12%

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

#577CBC (or 0x577CBC) is known color: Havelock Blue. HEX triplet: 57, 7C and BC. RGB value is (87,124,188). Sum of RGB (Red+Green+Blue) = 87+124+188=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #577CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CBC is #A88343. Grayscale: #777777. Windows color (decimal): -11043652 or 12352599. OLE color: 12352599.

HSL color Cylindrical-coordinate representation of color #577CBC: hue angle of 218.02º degrees, saturation: 0.43, 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 #577CBC is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 124 188 -
CMYK 0.54 0.34 0 0.26
HSL 218.02º 0.43% 0.54% -
HSV(B) 218.02º 0.54% 0.74% -
XYZ 20.22 20.07 50.39 -
YUV 120.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 87 124 188 0.54 0.34 0 0.26 218.02 0.43 0.54
Hex 57 7C BC 36 22 0 1A DA 2B 36
Octal 127 174 274 66 42 0 32 332 53 66
Binary 1010111 1111100 10111100 110110 100010 0 11010 11011010 101011 110110

Color Harmonies of #577CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577CBC

Black with #577CBC

Text Example


Text Example

White with #577CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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