#557978

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

Shades of Breaker Bay #557978

Tints of Breaker Bay #557978

Color information

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

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

Color convert

RGB85121120-
CMYK0.3000.010.53
HSL178.33º17.48%40.39%-
HSV(B)178.33º29.75%47.45%-
XYZ13.9716.9620.31-
YUV110.12133.57110.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851211200.3000.010.53178.3317.4840.39
Hex5579781E0135b21128
Octal1251711703601652622150
Binary10101011111001111100011110011101011011001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557978; }

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

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

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

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

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

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

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

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