Html Css Color HEX #53736B William

📋 copy color: '#53736B'

red 83 ◦ green 115 ◦ blue 107

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

Shades of William #53736B

Tints of William #53736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.7%

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 27.21%
G = 37.7%
B = 35.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#53736B (or 0x53736B) is known color: William. HEX triplet: 53, 73 and 6B. RGB value is (83,115,107). Sum of RGB (Red+Green+Blue) = 83+115+107=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #53736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53736B is #AC8C94. Grayscale: #686868. Windows color (decimal): -11308181 or 7041875. OLE color: 7041875.

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

Color convert

RGB 83 115 107 -
CMYK 0.28 0 0.07 0.55
HSL 165º 0.16% 0.39% -
HSV(B) 165º 0.28% 0.45% -
XYZ 12.35 15.16 16.19 -
YUV 104.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 83 115 107 0.28 0 0.07 0.55 165 0.16 0.39
Hex 53 73 6B 1C 0 7 37 A5 10 27
Octal 123 163 153 34 0 7 67 245 20 47
Binary 1010011 1110011 1101011 11100 0 111 110111 10100101 10000 100111

Color Harmonies of #53736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53736B

Black with #53736B

Text Example


Text Example

White with #53736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53736B; }

 p { color: rgb(83,115,107); }

 H1.HeaderClassName
 {
   color: #53736B;
 }
 .AnyTagClassName
 {
   color: #53736B;
 }
</style>

background-color css

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

 a { background-color: rgb(83,115,107); }

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

border-color css

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

 span { border-color: rgb(83,115,107); }

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