Html Css Color HEX #526F50 Cactus

📋 copy color: '#526F50'

red 82 ◦ green 111 ◦ blue 80

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

Shades of Cactus #526F50

Tints of Cactus #526F50

RGB

 RED value IS 82 (32.42% from 255) = 30.04%

 GREEN value IS 111 (43.75% from 255) = 40.66%

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

R = 30.04%
G = 40.66%
B = 29.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#526F50 (or 0x526F50) is known color: Cactus. HEX triplet: 52, 6F and 50. RGB value is (82,111,80). Sum of RGB (Red+Green+Blue) = 82+111+80=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 111 - color contains mainly: green. Hex color #526F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F50 is #AD90AF. Grayscale: #626262. Windows color (decimal): -11374768 or 5271378. OLE color: 5271378.

HSL color Cylindrical-coordinate representation of color #526F50: hue angle of 116.13º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526F50 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 80 -
CMYK 0.26 0 0.28 0.56
HSL 116.13º 0.16% 0.37% -
HSV(B) 116.13º 0.28% 0.44% -
XYZ 10.61 13.74 9.68 -
YUV 98.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 82 111 80 0.26 0 0.28 0.56 116.13 0.16 0.37
Hex 52 6F 50 1A 0 1C 38 74 10 25
Octal 122 157 120 32 0 34 70 164 20 45
Binary 1010010 1101111 1010000 11010 0 11100 111000 1110100 10000 100101

Color Harmonies of #526F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F50

Black with #526F50

Text Example


Text Example

White with #526F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526F50; }

 p { color: rgb(82,111,80); }

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

background-color css

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

 a { background-color: rgb(82,111,80); }

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

border-color css

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

 span { border-color: rgb(82,111,80); }

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