#558680

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

Shades of Breaker Bay #558680

Tints of Breaker Bay #558680

Color information

#558680 (or 0x558680) is unknown color: approx Breaker Bay. HEX triplet: 55, 86 and 80. RGB value is (85,134,128). Sum of RGB (Red+Green+Blue) = 85+134+128=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #558680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558680 is #AA797F. Grayscale: #767676. Windows color (decimal): -11172224 or 8422997. OLE color: 8422997.

HSL color Cylindrical-coordinate representation of color #558680: hue angle of 172.65º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558680 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB85134128-
CMYK0.3700.040.47
HSL172.65º22.37%42.94%-
HSV(B)172.65º36.57%52.55%-
XYZ16.1720.5423.53-
YUV118.66133.27103.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=24.50%
G=38.62%
B=36.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851341280.3700.040.47172.6522.3742.94
Hex55868025042Fad162b
Octal1252062004504572552653
Binary1010101100001101000000010010101001011111010110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558680; }

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

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

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

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

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

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

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

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