Html Css Color HEX #536550 Tom Thumb

📋 copy color: '#536550'

red 83 ◦ green 101 ◦ blue 80

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

Shades of Tom Thumb #536550

Tints of Tom Thumb #536550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.26%

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

R = 31.44%
G = 38.26%
B = 30.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#536550 (or 0x536550) is known color: Tom Thumb. HEX triplet: 53, 65 and 50. RGB value is (83,101,80). Sum of RGB (Red+Green+Blue) = 83+101+80=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #536550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536550 is #AC9AAF. Grayscale: #5D5D5D. Windows color (decimal): -11311792 or 5268819. OLE color: 5268819.

HSL color Cylindrical-coordinate representation of color #536550: hue angle of 111.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #536550 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 80 -
CMYK 0.18 0 0.21 0.60
HSL 111.43º 0.12% 0.35% -
HSV(B) 111.43º 0.21% 0.4% -
XYZ 9.67 11.73 9.34 -
YUV 93.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 83 101 80 0.18 0 0.21 0.60 111.43 0.12 0.35
Hex 53 65 50 12 0 15 3C 6F C 23
Octal 123 145 120 22 0 25 74 157 14 43
Binary 1010011 1100101 1010000 10010 0 10101 111100 1101111 1100 100011

Color Harmonies of #536550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536550

Black with #536550

Text Example


Text Example

White with #536550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536550; }

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

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

background-color css

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

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

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

border-color css

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

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

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