#577979

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

Shades of Breaker Bay #577979

Tints of Breaker Bay #577979

Color information

#577979 (or 0x577979) is unknown color: approx Breaker Bay. HEX triplet: 57, 79 and 79. RGB value is (87,121,121). Sum of RGB (Red+Green+Blue) = 87+121+121=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #577979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577979 is #A88686. Grayscale: #6E6E6E. Windows color (decimal): -11044487 or 7960919. OLE color: 7960919.

HSL color Cylindrical-coordinate representation of color #577979: hue angle of 180º 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 #577979 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB87121121-
CMYK0.28000.53
HSL180º16.35%40.78%-
HSV(B)180º28.1%47.45%-
XYZ14.2217.0820.64-
YUV110.83133.74111-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 121 (47.66% from 255) = 36.78%
R=26.44%
G=36.78%
B=36.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871211210.28000.5318016.3540.78
Hex5779791C0035b41029
Octal1271711713400652642051
Binary10101111111001111100111100001101011011010010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577979; }

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

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

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

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

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

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

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

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