Html Css Color HEX #505233 Waiouru

📋 copy color: '#505233'

red 80 ◦ green 82 ◦ blue 51

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

Shades of Waiouru #505233

Tints of Waiouru #505233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.94%

R = 37.56%
G = 38.5%
B = 23.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#505233 (or 0x505233) is known color: Waiouru. HEX triplet: 50, 52 and 33. RGB value is (80,82,51). Sum of RGB (Red+Green+Blue) = 80+82+51=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #505233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505233 is #AFADCC. Grayscale: #4D4D4D. Windows color (decimal): -11513293 or 3363408. OLE color: 3363408.

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

Color convert

RGB 80 82 51 -
CMYK 0.02 0 0.38 0.68
HSL 63.87º 0.23% 0.26% -
HSV(B) 63.87º 0.38% 0.32% -
XYZ 6.92 7.98 4.31 -
YUV 77.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 80 82 51 0.02 0 0.38 0.68 63.87 0.23 0.26
Hex 50 52 33 2 0 26 44 40 17 1A
Octal 120 122 63 2 0 46 104 100 27 32
Binary 1010000 1010010 110011 10 0 100110 1000100 1000000 10111 11010

Color Harmonies of #505233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505233

Black with #505233

Text Example


Text Example

White with #505233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505233; }

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

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

background-color css

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

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

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

border-color css

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

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

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