#535533

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

Shades of Waiouru #535533

Tints of Waiouru #535533

Color information

#535533 (or 0x535533) is unknown color: approx Waiouru. HEX triplet: 53, 55 and 33. RGB value is (83,85,51). Sum of RGB (Red+Green+Blue) = 83+85+51=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #535533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535533 is #ACAACC. Grayscale: #505050. Windows color (decimal): -11315917 or 3364179. OLE color: 3364179.

HSL color Cylindrical-coordinate representation of color #535533: hue angle of 63.53º 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 #535533 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB838551-
CMYK0.0200.400.67
HSL63.53º25%26.67%-
HSV(B)63.53º40%33.33%-
XYZ7.418.584.4-
YUV80.53111.34129.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 51 (20.31% from 255) = 23.29%
R=37.90%
G=38.81%
B=23.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385510.0200.400.6763.532526.67
Hex53553320284340191b
Octal1231256320501031003133
Binary10100111010101110011100101000100001110000001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535533; }

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

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

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

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

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

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

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

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