#557173

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

Shades of Breaker Bay #557173

Tints of Breaker Bay #557173

Color information

#557173 (or 0x557173) is unknown color: approx Breaker Bay. HEX triplet: 55, 71 and 73. RGB value is (85,113,115). Sum of RGB (Red+Green+Blue) = 85+113+115=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 115 - color contains mainly: blue. Hex color #557173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557173 is #AA8E8C. Grayscale: #686868. Windows color (decimal): -11177613 or 7565653. OLE color: 7565653.

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

Color convert

RGB85113115-
CMYK0.260.0200.55
HSL184º15%39.22%-
HSV(B)184º26.09%45.1%-
XYZ12.7514.9818.44-
YUV104.86133.72113.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=27.16%
G=36.10%
B=36.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851131150.260.0200.551841539.22
Hex5571731A2037b8f27
Octal1251611633220672701747
Binary10101011110001111001111010100110111101110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557173; }

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

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

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

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

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

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

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

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