Html Css Color HEX #525535 Waiouru

📋 copy color: '#525535'

red 82 ◦ green 85 ◦ blue 53

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

Shades of Waiouru #525535

Tints of Waiouru #525535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 37.27%
G = 38.64%
B = 24.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#525535 (or 0x525535) is known color: Waiouru. HEX triplet: 52, 55 and 35. RGB value is (82,85,53). Sum of RGB (Red+Green+Blue) = 82+85+53=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #525535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525535 is #ADAACA. Grayscale: #505050. Windows color (decimal): -11381451 or 3495250. OLE color: 3495250.

HSL color Cylindrical-coordinate representation of color #525535: hue angle of 65.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525535 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 53 -
CMYK 0.04 0 0.38 0.67
HSL 65.63º 0.23% 0.27% -
HSV(B) 65.63º 0.38% 0.33% -
XYZ 7.37 8.55 4.63 -
YUV 80.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 82 85 53 0.04 0 0.38 0.67 65.63 0.23 0.27
Hex 52 55 35 4 0 26 43 42 17 1B
Octal 122 125 65 4 0 46 103 102 27 33
Binary 1010010 1010101 110101 100 0 100110 1000011 1000010 10111 11011

Color Harmonies of #525535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525535

Black with #525535

Text Example


Text Example

White with #525535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525535; }

 p { color: rgb(82,85,53); }

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

background-color css

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

 a { background-color: rgb(82,85,53); }

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

border-color css

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

 span { border-color: rgb(82,85,53); }

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