#557577

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

Shades of Breaker Bay #557577

Tints of Breaker Bay #557577

Color information

#557577 (or 0x557577) is unknown color: approx Breaker Bay. HEX triplet: 55, 75 and 77. RGB value is (85,117,119). Sum of RGB (Red+Green+Blue) = 85+117+119=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: blue. Hex color #557577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557577 is #AA8A88. Grayscale: #6B6B6B. Windows color (decimal): -11176585 or 7828821. OLE color: 7828821.

HSL color Cylindrical-coordinate representation of color #557577: hue angle of 183.53º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557577 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB85117119-
CMYK0.290.0200.53
HSL183.53º16.67%40%-
HSV(B)183.53º28.57%46.67%-
XYZ13.4415.9919.83-
YUV107.66134.4111.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=26.48%
G=36.45%
B=37.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851171190.290.0200.53183.5316.6740
Hex5575771D2035b81128
Octal1251651673520652702150
Binary101010111101011110111111011001101011011100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557577; }

 p { color: rgb(85,117,119); }

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

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

 a { background-color: rgb(85,117,119); }

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

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

 span { border-color: rgb(85,117,119); }

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