Html Css Color HEX #536350 Tom Thumb

📋 copy color: '#536350'

red 83 ◦ green 99 ◦ blue 80

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

Shades of Tom Thumb #536350

Tints of Tom Thumb #536350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.79%

 BLUE value IS 80 (31.64% from 255) = 30.53%

R = 31.68%
G = 37.79%
B = 30.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#536350 (or 0x536350) is known color: Tom Thumb. HEX triplet: 53, 63 and 50. RGB value is (83,99,80). Sum of RGB (Red+Green+Blue) = 83+99+80=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #536350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536350 is #AC9CAF. Grayscale: #5C5C5C. Windows color (decimal): -11312304 or 5268307. OLE color: 5268307.

HSL color Cylindrical-coordinate representation of color #536350: hue angle of 110.53º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #536350 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 80 -
CMYK 0.16 0 0.19 0.61
HSL 110.53º 0.11% 0.35% -
HSV(B) 110.53º 0.19% 0.39% -
XYZ 9.48 11.34 9.28 -
YUV 92.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 83 99 80 0.16 0 0.19 0.61 110.53 0.11 0.35
Hex 53 63 50 10 0 13 3D 6F B 23
Octal 123 143 120 20 0 23 75 157 13 43
Binary 1010011 1100011 1010000 10000 0 10011 111101 1101111 1011 100011

Color Harmonies of #536350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536350

Black with #536350

Text Example


Text Example

White with #536350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536350; }

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

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

background-color css

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

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

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

border-color css

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

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

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