#525535

Color #525535 Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #525535

Tints of Waiouru #525535

Color information

#525535 (or 0x525535) is unknown color: approx 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

RGB828553-
CMYK0.0400.380.67
HSL65.62º23.19%27.06%-
HSV(B)65.62º37.65%33.33%-
XYZ7.378.554.63-
YUV80.46112.51129.1-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285530.0400.380.6765.6223.1927.06
Hex52553540264342171b
Octal1221256540461031022733
Binary101001010101011101011000100110100001110000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>