#577C79

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

Shades of Breaker Bay #577C79

Tints of Breaker Bay #577C79

Color information

#577C79 (or 0x577C79) is unknown color: approx Breaker Bay. HEX triplet: 57, 7C and 79. RGB value is (87,124,121). Sum of RGB (Red+Green+Blue) = 87+124+121=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #577C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577C79 is #A88386. Grayscale: #707070. Windows color (decimal): -11043719 or 7961687. OLE color: 7961687.

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

Color convert

RGB87124121-
CMYK0.3000.020.51
HSL175.14º17.54%41.37%-
HSV(B)175.14º29.84%48.63%-
XYZ14.5917.8220.76-
YUV112.59132.74109.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 124 (48.83% from 255) = 37.35%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=26.20%
G=37.35%
B=36.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871241210.3000.020.51175.1417.5441.37
Hex577C791E0233af1229
Octal1271741713602632572251
Binary101011111111001111001111100101100111010111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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