#577B7C

Color #577B7C Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #577B7C

Tints of Breaker Bay #577B7C

Color information

#577B7C (or 0x577B7C) is unknown color: approx Breaker Bay. HEX triplet: 57, 7B and 7C. RGB value is (87,123,124). Sum of RGB (Red+Green+Blue) = 87+123+124=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #577B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577B7C is #A88483. Grayscale: #707070. Windows color (decimal): -11043972 or 8158039. OLE color: 8158039.

HSL color Cylindrical-coordinate representation of color #577B7C: hue angle of 181.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #577B7C is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB87123124-
CMYK0.300.0100.51
HSL181.62º17.54%41.37%-
HSV(B)181.62º29.84%48.63%-
XYZ14.6517.6521.7-
YUV112.35134.57109.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 123 (48.44% from 255) = 36.83%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=26.05%
G=36.83%
B=37.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871231240.300.0100.51181.6217.5441.37
Hex577B7C1E1033b61229
Octal1271731743610632662251
Binary10101111111011111110011110101100111011011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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