#557A74

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

Shades of William #557A74

Tints of William #557A74

Color information

#557A74 (or 0x557A74) is unknown color: approx William. HEX triplet: 55, 7A and 74. RGB value is (85,122,116). Sum of RGB (Red+Green+Blue) = 85+122+116=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 122 - color contains mainly: green. Hex color #557A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A74 is #AA858B. Grayscale: #6E6E6E. Windows color (decimal): -11175308 or 7633493. OLE color: 7633493.

HSL color Cylindrical-coordinate representation of color #557A74: hue angle of 170.27º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A74 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB85122116-
CMYK0.3000.050.52
HSL170.27º17.87%40.59%-
HSV(B)170.27º30.33%47.84%-
XYZ13.8617.1119.1-
YUV110.25131.24109.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 116 (45.70% from 255) = 35.91%
R=26.32%
G=37.77%
B=35.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851221160.3000.050.52170.2717.8740.59
Hex557A741E0534aa1229
Octal1251721643605642522251
Binary1010101111101011101001111001011101001010101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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