Html Css Color HEX #53706B William

📋 copy color: '#53706B'

red 83 ◦ green 112 ◦ blue 107

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

Shades of William #53706B

Tints of William #53706B

RGB

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

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

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

R = 27.48%
G = 37.09%
B = 35.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#53706B (or 0x53706B) is known color: William. HEX triplet: 53, 70 and 6B. RGB value is (83,112,107). Sum of RGB (Red+Green+Blue) = 83+112+107=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #53706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53706B is #AC8F94. Grayscale: #666666. Windows color (decimal): -11308949 or 7041107. OLE color: 7041107.

HSL color Cylindrical-coordinate representation of color #53706B: hue angle of 169.66º 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 #53706B is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 107 -
CMYK 0.26 0 0.04 0.56
HSL 169.66º 0.15% 0.38% -
HSV(B) 169.66º 0.26% 0.44% -
XYZ 12.02 14.49 16.07 -
YUV 102.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 83 112 107 0.26 0 0.04 0.56 169.66 0.15 0.38
Hex 53 70 6B 1A 0 4 38 AA F 26
Octal 123 160 153 32 0 4 70 252 17 46
Binary 1010011 1110000 1101011 11010 0 100 111000 10101010 1111 100110

Color Harmonies of #53706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53706B

Black with #53706B

Text Example


Text Example

White with #53706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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