#557778

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

Shades of Breaker Bay #557778

Tints of Breaker Bay #557778

Color information

#557778 (or 0x557778) is unknown color: approx Breaker Bay. HEX triplet: 55, 77 and 78. RGB value is (85,119,120). Sum of RGB (Red+Green+Blue) = 85+119+120=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #557778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557778 is #AA8887. Grayscale: #6C6C6C. Windows color (decimal): -11176072 or 7894869. OLE color: 7894869.

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

Color convert

RGB85119120-
CMYK0.290.0100.53
HSL181.71º17.07%40.2%-
HSV(B)181.71º29.17%47.06%-
XYZ13.7316.4820.23-
YUV108.95134.24110.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=26.23%
G=36.73%
B=37.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191200.290.0100.53181.7117.0740.2
Hex5577781D1035b61128
Octal1251671703510652662150
Binary10101011110111111100011101101101011011011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557778; }

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

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

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

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

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

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

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

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