#557474

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

Shades of Breaker Bay #557474

Tints of Breaker Bay #557474

Color information

#557474 (or 0x557474) is unknown color: approx Breaker Bay. HEX triplet: 55, 74 and 74. RGB value is (85,116,116). Sum of RGB (Red+Green+Blue) = 85+116+116=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #557474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557474 is #AA8B8B. Grayscale: #6A6A6A. Windows color (decimal): -11176844 or 7631957. OLE color: 7631957.

HSL color Cylindrical-coordinate representation of color #557474: hue angle of 180º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557474 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB85116116-
CMYK0.27000.55
HSL180º15.42%39.41%-
HSV(B)180º26.72%45.49%-
XYZ13.1415.6818.86-
YUV106.73133.23112.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=26.81%
G=36.59%
B=36.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851161160.27000.5518015.4239.41
Hex5574741B0037b4f27
Octal1251641643300672641747
Binary1010101111010011101001101100110111101101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557474; }

 p { color: rgb(85,116,116); }

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

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

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

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

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

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

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