Html Css Color HEX #536963 William

📋 copy color: '#536963'

red 83 ◦ green 105 ◦ blue 99

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

Shades of William #536963

Tints of William #536963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 28.92%
G = 36.59%
B = 34.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#536963 (or 0x536963) is known color: William. HEX triplet: 53, 69 and 63. RGB value is (83,105,99). Sum of RGB (Red+Green+Blue) = 83+105+99=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #536963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536963 is #AC969C. Grayscale: #616161. Windows color (decimal): -11310749 or 6515027. OLE color: 6515027.

HSL color Cylindrical-coordinate representation of color #536963: hue angle of 163.64º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #536963 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 99 -
CMYK 0.21 0 0.06 0.59
HSL 163.64º 0.12% 0.37% -
HSV(B) 163.64º 0.21% 0.41% -
XYZ 10.87 12.84 13.71 -
YUV 97.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 83 105 99 0.21 0 0.06 0.59 163.64 0.12 0.37
Hex 53 69 63 15 0 6 3B A4 C 25
Octal 123 151 143 25 0 6 73 244 14 45
Binary 1010011 1101001 1100011 10101 0 110 111011 10100100 1100 100101

Color Harmonies of #536963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536963

Black with #536963

Text Example


Text Example

White with #536963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536963; }

 p { color: rgb(83,105,99); }

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

background-color css

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

 a { background-color: rgb(83,105,99); }

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

border-color css

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

 span { border-color: rgb(83,105,99); }

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