Html Css Color HEX #537550 Cactus

📋 copy color: '#537550'

red 83 ◦ green 117 ◦ blue 80

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

Shades of Cactus #537550

Tints of Cactus #537550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

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

R = 29.64%
G = 41.79%
B = 28.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#537550 (or 0x537550) is known color: Cactus. HEX triplet: 53, 75 and 50. RGB value is (83,117,80). Sum of RGB (Red+Green+Blue) = 83+117+80=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #537550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537550 is #AC8AAF. Grayscale: #666666. Windows color (decimal): -11307696 or 5272915. OLE color: 5272915.

HSL color Cylindrical-coordinate representation of color #537550: hue angle of 115.14º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537550 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 80 -
CMYK 0.29 0 0.32 0.54
HSL 115.14º 0.19% 0.39% -
HSV(B) 115.14º 0.32% 0.46% -
XYZ 11.38 15.14 9.91 -
YUV 102.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 83 117 80 0.29 0 0.32 0.54 115.14 0.19 0.39
Hex 53 75 50 1D 0 20 36 73 13 27
Octal 123 165 120 35 0 40 66 163 23 47
Binary 1010011 1110101 1010000 11101 0 100000 110110 1110011 10011 100111

Color Harmonies of #537550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537550

Black with #537550

Text Example


Text Example

White with #537550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537550; }

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

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

background-color css

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

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

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

border-color css

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

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

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