#577470

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

Shades of William #577470

Tints of William #577470

Color information

#577470 (or 0x577470) is unknown color: approx William. HEX triplet: 57, 74 and 70. RGB value is (87,116,112). Sum of RGB (Red+Green+Blue) = 87+116+112=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #577470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577470 is #A88B8F. Grayscale: #6A6A6A. Windows color (decimal): -11045776 or 7369815. OLE color: 7369815.

HSL color Cylindrical-coordinate representation of color #577470: hue angle of 171.72º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #577470 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB87116112-
CMYK0.2500.030.55
HSL171.72º14.29%39.8%-
HSV(B)171.72º25%45.49%-
XYZ13.115.6917.67-
YUV106.87130.89113.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=27.62%
G=36.83%
B=35.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871161120.2500.030.55171.7214.2939.8
Hex577470190337ace28
Octal1271641603103672541650
Binary10101111110100111000011001011110111101011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577470; }

 p { color: rgb(87,116,112); }

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

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

 a { background-color: rgb(87,116,112); }

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

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

 span { border-color: rgb(87,116,112); }

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