#557C77

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

Shades of Breaker Bay #557C77

Tints of Breaker Bay #557C77

Color information

#557C77 (or 0x557C77) is unknown color: approx Breaker Bay. HEX triplet: 55, 7C and 77. RGB value is (85,124,119). Sum of RGB (Red+Green+Blue) = 85+124+119=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #557C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C77 is #AA8388. Grayscale: #6F6F6F. Windows color (decimal): -11174793 or 7830613. OLE color: 7830613.

HSL color Cylindrical-coordinate representation of color #557C77: hue angle of 172.31º 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 #557C77 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB85124119-
CMYK0.3100.040.51
HSL172.31º18.66%40.98%-
HSV(B)172.31º31.45%48.63%-
XYZ14.2817.6820.11-
YUV111.77132.08108.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 124 (48.83% from 255) = 37.80%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=25.91%
G=37.80%
B=36.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851241190.3100.040.51172.3118.6640.98
Hex557C771F0433ac1329
Octal1251741673704632542351
Binary1010101111110011101111111101001100111010110010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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