Html Css Color HEX #515334 Waiouru

📋 copy color: '#515334'

red 81 ◦ green 83 ◦ blue 52

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

Shades of Waiouru #515334

Tints of Waiouru #515334

RGB

 RED value IS 81 (32.03% from 255) = 37.5%

 GREEN value IS 83 (32.81% from 255) = 38.43%

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 37.5%
G = 38.43%
B = 24.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#515334 (or 0x515334) is known color: Waiouru. HEX triplet: 51, 53 and 34. RGB value is (81,83,52). Sum of RGB (Red+Green+Blue) = 81+83+52=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 83 - color contains mainly: green. Hex color #515334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515334 is #AEACCB. Grayscale: #4E4E4E. Windows color (decimal): -11447500 or 3429201. OLE color: 3429201.

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

Color convert

RGB 81 83 52 -
CMYK 0.02 0 0.37 0.67
HSL 63.87º 0.23% 0.26% -
HSV(B) 63.87º 0.37% 0.33% -
XYZ 7.11 8.18 4.45 -
YUV 78.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 81 83 52 0.02 0 0.37 0.67 63.87 0.23 0.26
Hex 51 53 34 2 0 25 43 40 17 1A
Octal 121 123 64 2 0 45 103 100 27 32
Binary 1010001 1010011 110100 10 0 100101 1000011 1000000 10111 11010

Color Harmonies of #515334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515334

Black with #515334

Text Example


Text Example

White with #515334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515334; }

 p { color: rgb(81,83,52); }

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

background-color css

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

 a { background-color: rgb(81,83,52); }

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

border-color css

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

 span { border-color: rgb(81,83,52); }

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