#577272

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

Shades of William #577272

Tints of William #577272

Color information

#577272 (or 0x577272) is unknown color: approx William. HEX triplet: 57, 72 and 72. RGB value is (87,114,114). Sum of RGB (Red+Green+Blue) = 87+114+114=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #577272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577272 is #A88D8D. Grayscale: #696969. Windows color (decimal): -11046286 or 7500375. OLE color: 7500375.

HSL color Cylindrical-coordinate representation of color #577272: hue angle of 180º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #577272 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB87114114-
CMYK0.24000.55
HSL180º13.43%39.41%-
HSV(B)180º23.68%44.71%-
XYZ12.9915.2818.18-
YUV105.93132.55114.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=27.62%
G=36.19%
B=36.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871141140.24000.5518013.4339.41
Hex577272180037b4d27
Octal1271621623000672641547
Binary1010111111001011100101100000110111101101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577272; }

 p { color: rgb(87,114,114); }

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

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

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

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

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

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

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