#557376

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

Shades of Breaker Bay #557376

Tints of Breaker Bay #557376

Color information

#557376 (or 0x557376) is unknown color: approx Breaker Bay. HEX triplet: 55, 73 and 76. RGB value is (85,115,118). Sum of RGB (Red+Green+Blue) = 85+115+118=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #557376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557376 is #AA8C89. Grayscale: #6A6A6A. Windows color (decimal): -11177098 or 7762773. OLE color: 7762773.

HSL color Cylindrical-coordinate representation of color #557376: hue angle of 185.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557376 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB85115118-
CMYK0.280.0300.54
HSL185.45º16.26%39.8%-
HSV(B)185.45º27.97%46.27%-
XYZ13.1515.519.44-
YUV106.37134.56112.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=26.73%
G=36.16%
B=37.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851151180.280.0300.54185.4516.2639.8
Hex5573761C3036b91028
Octal1251631663430662712050
Binary101010111100111110110111001101101101011100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557376; }

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

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

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

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

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

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

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

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