#557879

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

Shades of Breaker Bay #557879

Tints of Breaker Bay #557879

Color information

#557879 (or 0x557879) is unknown color: approx Breaker Bay. HEX triplet: 55, 78 and 79. RGB value is (85,120,121). Sum of RGB (Red+Green+Blue) = 85+120+121=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #557879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557879 is #AA8786. Grayscale: #6D6D6D. Windows color (decimal): -11175815 or 7960661. OLE color: 7960661.

HSL color Cylindrical-coordinate representation of color #557879: hue angle of 181.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557879 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB85120121-
CMYK0.300.0100.53
HSL181.67º17.48%40.39%-
HSV(B)181.67º29.75%47.45%-
XYZ13.9116.7420.59-
YUV109.65134.4110.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=26.07%
G=36.81%
B=37.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851201210.300.0100.53181.6717.4840.39
Hex5578791E1035b61128
Octal1251701713610652662150
Binary10101011111000111100111110101101011011011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557879; }

 p { color: rgb(85,120,121); }

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

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

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

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

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

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

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