#557E80

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

Shades of Breaker Bay #557E80

Tints of Breaker Bay #557E80

Color information

#557E80 (or 0x557E80) is unknown color: approx Breaker Bay. HEX triplet: 55, 7E and 80. RGB value is (85,126,128). Sum of RGB (Red+Green+Blue) = 85+126+128=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #557E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557E80 is #AA817F. Grayscale: #717171. Windows color (decimal): -11174272 or 8420949. OLE color: 8420949.

HSL color Cylindrical-coordinate representation of color #557E80: hue angle of 182.79º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557E80 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB85126128-
CMYK0.340.0200.50
HSL182.79º20.19%41.76%-
HSV(B)182.79º33.59%50.2%-
XYZ15.118.4123.18-
YUV113.97135.92107.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=25.07%
G=37.17%
B=37.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851261280.340.0200.50182.7920.1941.76
Hex557E80222032b7142a
Octal1251762004220622672452
Binary10101011111110100000001000101001100101011011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557E80; }

 p { color: rgb(85,126,128); }

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

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

 a { background-color: rgb(85,126,128); }

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

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

 span { border-color: rgb(85,126,128); }

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