#505335

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

Shades of Waiouru #505335

Tints of Waiouru #505335

Color information

#505335 (or 0x505335) is unknown color: approx Waiouru. HEX triplet: 50, 53 and 35. RGB value is (80,83,53). Sum of RGB (Red+Green+Blue) = 80+83+53=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 83 - color contains mainly: green. Hex color #505335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505335 is #AFACCA. Grayscale: #4E4E4E. Windows color (decimal): -11513035 or 3494736. OLE color: 3494736.

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

Color convert

RGB808353-
CMYK0.0400.360.67
HSL66º22.06%26.67%-
HSV(B)66º36.14%32.55%-
XYZ7.048.154.57-
YUV78.68113.51128.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 83 (32.81% from 255) = 38.43%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=37.04%
G=38.43%
B=24.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083530.0400.360.676622.0626.67
Hex50533540244342161b
Octal1201236540441031022633
Binary101000010100111101011000100100100001110000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505335; }

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

 H1.HeaderClassName
 {
   color: #505335;
 }
 .AnyTagClassName
 {
   color: #505335;
 }
</style>
background-color css

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

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

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

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

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

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