Html Css Color HEX #505237 Waiouru

📋 copy color: '#505237'

red 80 ◦ green 82 ◦ blue 55

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

Shades of Waiouru #505237

Tints of Waiouru #505237

RGB

 RED value IS 80 (31.64% from 255) = 36.87%

 GREEN value IS 82 (32.42% from 255) = 37.79%

 BLUE value IS 55 (21.88% from 255) = 25.35%

R = 36.87%
G = 37.79%
B = 25.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#505237 (or 0x505237) is known color: Waiouru. HEX triplet: 50, 52 and 37. RGB value is (80,82,55). Sum of RGB (Red+Green+Blue) = 80+82+55=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #505237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505237 is #AFADC8. Grayscale: #4E4E4E. Windows color (decimal): -11513289 or 3625552. OLE color: 3625552.

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

Color convert

RGB 80 82 55 -
CMYK 0.02 0 0.33 0.68
HSL 64.44º 0.2% 0.27% -
HSV(B) 64.44º 0.33% 0.32% -
XYZ 7.02 8.02 4.79 -
YUV 78.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 80 82 55 0.02 0 0.33 0.68 64.44 0.2 0.27
Hex 50 52 37 2 0 21 44 40 14 1B
Octal 120 122 67 2 0 41 104 100 24 33
Binary 1010000 1010010 110111 10 0 100001 1000100 1000000 10100 11011

Color Harmonies of #505237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505237

Black with #505237

Text Example


Text Example

White with #505237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505237; }

 p { color: rgb(80,82,55); }

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

background-color css

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

 a { background-color: rgb(80,82,55); }

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

border-color css

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

 span { border-color: rgb(80,82,55); }

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