#577A75

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

Shades of Breaker Bay #577A75

Tints of Breaker Bay #577A75

Color information

#577A75 (or 0x577A75) is unknown color: approx Breaker Bay. HEX triplet: 57, 7A and 75. RGB value is (87,122,117). Sum of RGB (Red+Green+Blue) = 87+122+117=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #577A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A75 is #A8858A. Grayscale: #6E6E6E. Windows color (decimal): -11044235 or 7699031. OLE color: 7699031.

HSL color Cylindrical-coordinate representation of color #577A75: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577A75 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB87122117-
CMYK0.2900.040.52
HSL171.43º16.75%40.98%-
HSV(B)171.43º28.69%47.84%-
XYZ14.117.2319.41-
YUV110.96131.4110.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=26.69%
G=37.42%
B=35.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871221170.2900.040.52171.4316.7540.98
Hex577A751D0434ab1129
Octal1271721653504642532151
Binary1010111111101011101011110101001101001010101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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