Html Css Color HEX #515533 Waiouru

📋 copy color: '#515533'

red 81 ◦ green 85 ◦ blue 51

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

Shades of Waiouru #515533

Tints of Waiouru #515533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.17%

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

R = 37.33%
G = 39.17%
B = 23.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#515533 (or 0x515533) is known color: Waiouru. HEX triplet: 51, 55 and 33. RGB value is (81,85,51). Sum of RGB (Red+Green+Blue) = 81+85+51=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #515533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515533 is #AEAACC. Grayscale: #505050. Windows color (decimal): -11446989 or 3364177. OLE color: 3364177.

HSL color Cylindrical-coordinate representation of color #515533: hue angle of 67.06º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515533 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 51 -
CMYK 0.05 0 0.40 0.67
HSL 67.06º 0.25% 0.27% -
HSV(B) 67.06º 0.4% 0.33% -
XYZ 7.24 8.49 4.39 -
YUV 79.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 81 85 51 0.05 0 0.40 0.67 67.06 0.25 0.27
Hex 51 55 33 5 0 28 43 43 19 1B
Octal 121 125 63 5 0 50 103 103 31 33
Binary 1010001 1010101 110011 101 0 101000 1000011 1000011 11001 11011

Color Harmonies of #515533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515533

Black with #515533

Text Example


Text Example

White with #515533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515533; }

 p { color: rgb(81,85,51); }

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

background-color css

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

 a { background-color: rgb(81,85,51); }

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

border-color css

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

 span { border-color: rgb(81,85,51); }

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