#577976

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

Shades of Breaker Bay #577976

Tints of Breaker Bay #577976

Color information

#577976 (or 0x577976) is unknown color: approx Breaker Bay. HEX triplet: 57, 79 and 76. RGB value is (87,121,118). Sum of RGB (Red+Green+Blue) = 87+121+118=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #577976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577976 is #A88689. Grayscale: #6E6E6E. Windows color (decimal): -11044490 or 7764311. OLE color: 7764311.

HSL color Cylindrical-coordinate representation of color #577976: hue angle of 174.71º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #577976 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB87121118-
CMYK0.2800.020.53
HSL174.71º16.35%40.78%-
HSV(B)174.71º28.1%47.45%-
XYZ14.0417.0119.68-
YUV110.49132.24111.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 121 (47.66% from 255) = 37.12%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=26.69%
G=37.12%
B=36.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871211180.2800.020.53174.7116.3540.78
Hex5779761C0235af1029
Octal1271711663402652572051
Binary101011111110011110110111000101101011010111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577976; }

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

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

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

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

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

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

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

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