Html Css Color HEX #536850 Cactus

📋 copy color: '#536850'

red 83 ◦ green 104 ◦ blue 80

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

Shades of Cactus #536850

Tints of Cactus #536850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.95%

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

R = 31.09%
G = 38.95%
B = 29.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#536850 (or 0x536850) is known color: Cactus. HEX triplet: 53, 68 and 50. RGB value is (83,104,80). Sum of RGB (Red+Green+Blue) = 83+104+80=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #536850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536850 is #AC97AF. Grayscale: #5F5F5F. Windows color (decimal): -11311024 or 5269587. OLE color: 5269587.

HSL color Cylindrical-coordinate representation of color #536850: hue angle of 112.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #536850 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 80 -
CMYK 0.20 0 0.23 0.59
HSL 112.5º 0.13% 0.36% -
HSV(B) 112.5º 0.23% 0.41% -
XYZ 9.97 12.32 9.44 -
YUV 94.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 83 104 80 0.20 0 0.23 0.59 112.5 0.13 0.36
Hex 53 68 50 14 0 17 3B 70 D 24
Octal 123 150 120 24 0 27 73 160 15 44
Binary 1010011 1101000 1010000 10100 0 10111 111011 1110000 1101 100100

Color Harmonies of #536850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536850

Black with #536850

Text Example


Text Example

White with #536850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536850; }

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

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

background-color css

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

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

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

border-color css

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

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

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