Html Css Color HEX #53706F William

📋 copy color: '#53706F'

red 83 ◦ green 112 ◦ blue 111

#53706F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #53706F

Tints of William #53706F

RGB

 RED value IS 83 (32.81% from 255) = 27.12%

 GREEN value IS 112 (44.14% from 255) = 36.6%

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 27.12%
G = 36.6%
B = 36.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#53706F (or 0x53706F) is known color: William. HEX triplet: 53, 70 and 6F. RGB value is (83,112,111). Sum of RGB (Red+Green+Blue) = 83+112+111=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #53706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53706F is #AC8F90. Grayscale: #676767. Windows color (decimal): -11308945 or 7303251. OLE color: 7303251.

HSL color Cylindrical-coordinate representation of color #53706F: hue angle of 177.93º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53706F is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 111 -
CMYK 0.26 0 0.01 0.56
HSL 177.93º 0.15% 0.38% -
HSV(B) 177.93º 0.26% 0.44% -
XYZ 12.23 14.58 17.21 -
YUV 103.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 83 112 111 0.26 0 0.01 0.56 177.93 0.15 0.38
Hex 53 70 6F 1A 0 1 38 B2 F 26
Octal 123 160 157 32 0 1 70 262 17 46
Binary 1010011 1110000 1101111 11010 0 1 111000 10110010 1111 100110

Color Harmonies of #53706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53706F

Black with #53706F

Text Example


Text Example

White with #53706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53706F;
 }
 .AnyTagClassName
 {
   color: #53706F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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