#53776F

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

Shades of William #53776F

Tints of William #53776F

Color information

#53776F (or 0x53776F) is unknown color: approx William. HEX triplet: 53, 77 and 6F. RGB value is (83,119,111). Sum of RGB (Red+Green+Blue) = 83+119+111=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #53776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53776F is #AC8890. Grayscale: #6B6B6B. Windows color (decimal): -11307153 or 7305043. OLE color: 7305043.

HSL color Cylindrical-coordinate representation of color #53776F: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53776F is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB83119111-
CMYK0.3000.070.53
HSL166.67º17.82%39.61%-
HSV(B)166.67º30.25%46.67%-
XYZ13.0316.1817.48-
YUV107.32130.07110.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=26.52%
G=38.02%
B=35.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831191110.3000.070.53166.6717.8239.61
Hex53776F1E0735a71228
Octal1231671573607652472250
Binary1010011111011111011111111001111101011010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53776F; }

 p { color: rgb(83,119,111); }

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

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

 a { background-color: rgb(83,119,111); }

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

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

 span { border-color: rgb(83,119,111); }

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