#505138

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

Shades of Waiouru #505138

Tints of Waiouru #505138

Color information

#505138 (or 0x505138) is unknown color: approx Waiouru. HEX triplet: 50, 51 and 38. RGB value is (80,81,56). Sum of RGB (Red+Green+Blue) = 80+81+56=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #505138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505138 is #AFAEC7. Grayscale: #4D4D4D. Windows color (decimal): -11513544 or 3690832. OLE color: 3690832.

HSL color Cylindrical-coordinate representation of color #505138: hue angle of 62.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #505138 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB808156-
CMYK0.0100.310.68
HSL62.4º18.25%26.86%-
HSV(B)62.4º30.86%31.76%-
XYZ6.967.884.89-
YUV77.85115.67129.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=36.87%
G=37.33%
B=25.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081560.0100.310.6862.418.2526.86
Hex505138101F443e121b
Octal120121701037104762233
Binary10100001010001111000101111110001001111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505138; }

 p { color: rgb(80,81,56); }

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

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

 a { background-color: rgb(80,81,56); }

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

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

 span { border-color: rgb(80,81,56); }

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