#557774

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

Shades of Breaker Bay #557774

Tints of Breaker Bay #557774

Color information

#557774 (or 0x557774) is unknown color: approx Breaker Bay. HEX triplet: 55, 77 and 74. RGB value is (85,119,116). Sum of RGB (Red+Green+Blue) = 85+119+116=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #557774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557774 is #AA888B. Grayscale: #6C6C6C. Windows color (decimal): -11176076 or 7632725. OLE color: 7632725.

HSL color Cylindrical-coordinate representation of color #557774: hue angle of 174.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 #557774 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB85119116-
CMYK0.2900.030.53
HSL174.71º16.67%40%-
HSV(B)174.71º28.57%46.67%-
XYZ13.516.3918.97-
YUV108.49132.24111.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=26.56%
G=37.19%
B=36.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191160.2900.030.53174.7116.6740
Hex5577741D0335af1128
Octal1251671643503652572150
Binary101010111101111110100111010111101011010111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557774; }

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

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

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

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

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

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

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

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