Html Css Color HEX #527050 Cactus

📋 copy color: '#527050'

red 82 ◦ green 112 ◦ blue 80

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

Shades of Cactus #527050

Tints of Cactus #527050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.88%

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

R = 29.93%
G = 40.88%
B = 29.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#527050 (or 0x527050) is known color: Cactus. HEX triplet: 52, 70 and 50. RGB value is (82,112,80). Sum of RGB (Red+Green+Blue) = 82+112+80=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #527050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527050 is #AD8FAF. Grayscale: #636363. Windows color (decimal): -11374512 or 5271634. OLE color: 5271634.

HSL color Cylindrical-coordinate representation of color #527050: hue angle of 116.25º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527050 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 80 -
CMYK 0.27 0 0.29 0.56
HSL 116.25º 0.17% 0.38% -
HSV(B) 116.25º 0.29% 0.44% -
XYZ 10.72 13.96 9.72 -
YUV 99.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 82 112 80 0.27 0 0.29 0.56 116.25 0.17 0.38
Hex 52 70 50 1B 0 1D 38 74 11 26
Octal 122 160 120 33 0 35 70 164 21 46
Binary 1010010 1110000 1010000 11011 0 11101 111000 1110100 10001 100110

Color Harmonies of #527050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527050

Black with #527050

Text Example


Text Example

White with #527050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527050; }

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

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

background-color css

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

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

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

border-color css

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

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

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