#577F7E

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

Shades of Breaker Bay #577F7E

Tints of Breaker Bay #577F7E

Color information

#577F7E (or 0x577F7E) is unknown color: approx Breaker Bay. HEX triplet: 57, 7F and 7E. RGB value is (87,127,126). Sum of RGB (Red+Green+Blue) = 87+127+126=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 127 - color contains mainly: green. Hex color #577F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577F7E is #A88081. Grayscale: #727272. Windows color (decimal): -11042946 or 8290135. OLE color: 8290135.

HSL color Cylindrical-coordinate representation of color #577F7E: hue angle of 178.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #577F7E is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB87127126-
CMYK0.3100.010.50
HSL178.5º18.69%41.96%-
HSV(B)178.5º31.5%49.8%-
XYZ15.2918.7122.54-
YUV114.93134.25108.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.59%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=25.59%
G=37.35%
B=37.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871271260.3100.010.50178.518.6941.96
Hex577F7E1F0132b2132a
Octal1271771763701622622352
Binary10101111111111111111011111011100101011001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,127,126); }

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

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

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

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

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

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

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