#557174

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

Shades of Breaker Bay #557174

Tints of Breaker Bay #557174

Color information

#557174 (or 0x557174) is unknown color: approx Breaker Bay. HEX triplet: 55, 71 and 74. RGB value is (85,113,116). Sum of RGB (Red+Green+Blue) = 85+113+116=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: blue. Hex color #557174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557174 is #AA8E8B. Grayscale: #686868. Windows color (decimal): -11177612 or 7631189. OLE color: 7631189.

HSL color Cylindrical-coordinate representation of color #557174: hue angle of 185.81º 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 #557174 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB85113116-
CMYK0.270.0300.55
HSL185.81º15.42%39.41%-
HSV(B)185.81º26.72%45.49%-
XYZ12.81518.74-
YUV104.97134.22113.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=27.07%
G=35.99%
B=36.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851131160.270.0300.55185.8115.4239.41
Hex5571741B3037baf27
Octal1251611643330672721747
Binary10101011110001111010011011110110111101110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557174; }

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

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

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

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

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

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

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

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