#577975

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

Shades of Breaker Bay #577975

Tints of Breaker Bay #577975

Color information

#577975 (or 0x577975) is unknown color: approx Breaker Bay. HEX triplet: 57, 79 and 75. RGB value is (87,121,117). Sum of RGB (Red+Green+Blue) = 87+121+117=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #577975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577975 is #A8868A. Grayscale: #6E6E6E. Windows color (decimal): -11044491 or 7698775. OLE color: 7698775.

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

Color convert

RGB87121117-
CMYK0.2800.030.53
HSL172.94º16.35%40.78%-
HSV(B)172.94º28.1%47.45%-
XYZ13.9816.9919.37-
YUV110.38131.74111.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 117 (46.09% from 255) = 36%
R=26.77%
G=37.23%
B=36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871211170.2800.030.53172.9416.3540.78
Hex5779751C0335ad1029
Octal1271711653403652552051
Binary101011111110011110101111000111101011010110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577975; }

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

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

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

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

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

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

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

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