Html Css Color HEX #53756F William

📋 copy color: '#53756F'

red 83 ◦ green 117 ◦ blue 111

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

Shades of William #53756F

Tints of William #53756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 26.69%
G = 37.62%
B = 35.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#53756F (or 0x53756F) is known color: William. HEX triplet: 53, 75 and 6F. RGB value is (83,117,111). Sum of RGB (Red+Green+Blue) = 83+117+111=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #53756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53756F is #AC8A90. Grayscale: #6A6A6A. Windows color (decimal): -11307665 or 7304531. OLE color: 7304531.

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

Color convert

RGB 83 117 111 -
CMYK 0.29 0 0.05 0.54
HSL 169.41º 0.17% 0.39% -
HSV(B) 169.41º 0.29% 0.46% -
XYZ 12.8 15.71 17.4 -
YUV 106.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 83 117 111 0.29 0 0.05 0.54 169.41 0.17 0.39
Hex 53 75 6F 1D 0 5 36 A9 11 27
Octal 123 165 157 35 0 5 66 251 21 47
Binary 1010011 1110101 1101111 11101 0 101 110110 10101001 10001 100111

Color Harmonies of #53756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53756F

Black with #53756F

Text Example


Text Example

White with #53756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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