#577CB1

Color #577CB1 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #577CB1

Tints of Havelock Blue #577CB1

Color information

#577CB1 (or 0x577CB1) is unknown color: approx Havelock Blue. HEX triplet: 57, 7C and B1. RGB value is (87,124,177). Sum of RGB (Red+Green+Blue) = 87+124+177=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #577CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577CB1 is #A8834E. Grayscale: #767676. Windows color (decimal): -11043663 or 11631703. OLE color: 11631703.

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

Color convert

RGB87124177-
CMYK0.510.3000.31
HSL215.33º36.59%51.76%-
HSV(B)215.33º50.85%69.41%-
XYZ19.0719.6244.38-
YUV118.98160.74105.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 124 (48.83% from 255) = 31.96%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=22.42%
G=31.96%
B=45.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871241770.510.3000.31215.3336.5951.76
Hex577CB1331E01Fd72534
Octal12717426163360373274564
Binary10101111111100101100011100111111001111111010111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #577CB1;
 }
 .AnyTagClassName
 {
   color: #577CB1;
 }
</style>
background-color css

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

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

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

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

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

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