#557C79

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

Shades of Breaker Bay #557C79

Tints of Breaker Bay #557C79

Color information

#557C79 (or 0x557C79) is unknown color: approx Breaker Bay. HEX triplet: 55, 7C and 79. RGB value is (85,124,121). Sum of RGB (Red+Green+Blue) = 85+124+121=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 124 - color contains mainly: green. Hex color #557C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C79 is #AA8386. Grayscale: #6F6F6F. Windows color (decimal): -11174791 or 7961685. OLE color: 7961685.

HSL color Cylindrical-coordinate representation of color #557C79: hue angle of 175.38º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C79 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB85124121-
CMYK0.3100.020.51
HSL175.38º18.66%40.98%-
HSV(B)175.38º31.45%48.63%-
XYZ14.4117.7320.75-
YUV112133.08108.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=25.76%
G=37.58%
B=36.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851241210.3100.020.51175.3818.6640.98
Hex557C791F0233af1329
Octal1251741713702632572351
Binary101010111111001111001111110101100111010111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557C79; }

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

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

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

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

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

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

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

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