#557670

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

Shades of William #557670

Tints of William #557670

Color information

#557670 (or 0x557670) is unknown color: approx William. HEX triplet: 55, 76 and 70. RGB value is (85,118,112). Sum of RGB (Red+Green+Blue) = 85+118+112=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #557670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557670 is #AA898F. Grayscale: #6B6B6B. Windows color (decimal): -11176336 or 7370325. OLE color: 7370325.

HSL color Cylindrical-coordinate representation of color #557670: hue angle of 169.09º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557670 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB85118112-
CMYK0.2800.050.54
HSL169.09º16.26%39.8%-
HSV(B)169.09º27.97%46.27%-
XYZ13.1516.0617.74-
YUV107.45130.57111.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=26.98%
G=37.46%
B=35.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851181120.2800.050.54169.0916.2639.8
Hex5576701C0536a91028
Octal1251661603405662512050
Binary1010101111011011100001110001011101101010100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557670; }

 p { color: rgb(85,118,112); }

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

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

 a { background-color: rgb(85,118,112); }

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

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

 span { border-color: rgb(85,118,112); }

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