Html Css Color HEX #53766F William

📋 copy color: '#53766F'

red 83 ◦ green 118 ◦ blue 111

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

Shades of William #53766F

Tints of William #53766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

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

R = 26.6%
G = 37.82%
B = 35.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#53766F (or 0x53766F) is known color: William. HEX triplet: 53, 76 and 6F. RGB value is (83,118,111). Sum of RGB (Red+Green+Blue) = 83+118+111=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #53766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53766F is #AC8990. Grayscale: #6A6A6A. Windows color (decimal): -11307409 or 7304787. OLE color: 7304787.

HSL color Cylindrical-coordinate representation of color #53766F: hue angle of 168º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53766F is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 118 111 -
CMYK 0.30 0 0.06 0.54
HSL 168º 0.17% 0.39% -
HSV(B) 168º 0.3% 0.46% -
XYZ 12.91 15.94 17.44 -
YUV 106.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 83 118 111 0.30 0 0.06 0.54 168 0.17 0.39
Hex 53 76 6F 1E 0 6 36 A8 11 27
Octal 123 166 157 36 0 6 66 250 21 47
Binary 1010011 1110110 1101111 11110 0 110 110110 10101000 10001 100111

Color Harmonies of #53766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53766F

Black with #53766F

Text Example


Text Example

White with #53766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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