#505330

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

Shades of Waiouru #505330

Tints of Waiouru #505330

Color information

#505330 (or 0x505330) is unknown color: approx Waiouru. HEX triplet: 50, 53 and 30. RGB value is (80,83,48). Sum of RGB (Red+Green+Blue) = 80+83+48=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #505330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505330 is #AFACCF. Grayscale: #4E4E4E. Windows color (decimal): -11513040 or 3167056. OLE color: 3167056.

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

Color convert

RGB808348-
CMYK0.0400.420.67
HSL65.14º26.72%25.69%-
HSV(B)65.14º42.17%32.55%-
XYZ6.948.114-
YUV78.11111.01129.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=37.91%
G=39.34%
B=22.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083480.0400.420.6765.1426.7225.69
Hex505330402A43411b1a
Octal1201236040521031013332
Binary101000010100111100001000101010100001110000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505330; }

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

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

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

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

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

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

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

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