#557273

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

Shades of Breaker Bay #557273

Tints of Breaker Bay #557273

Color information

#557273 (or 0x557273) is unknown color: approx Breaker Bay. HEX triplet: 55, 72 and 73. RGB value is (85,114,115). Sum of RGB (Red+Green+Blue) = 85+114+115=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 115 - color contains mainly: blue. Hex color #557273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557273 is #AA8D8C. Grayscale: #696969. Windows color (decimal): -11177357 or 7565909. OLE color: 7565909.

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

Color convert

RGB85114115-
CMYK0.260.0100.55
HSL182º15%39.22%-
HSV(B)182º26.09%45.1%-
XYZ12.8615.218.48-
YUV105.44133.39113.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=27.07%
G=36.31%
B=36.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851141150.260.0100.551821539.22
Hex5572731A1037b6f27
Octal1251621633210672661747
Binary1010101111001011100111101010110111101101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557273; }

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

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

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

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

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

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

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

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