#535537

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

Shades of Waiouru #535537

Tints of Waiouru #535537

Color information

#535537 (or 0x535537) is unknown color: approx Waiouru. HEX triplet: 53, 55 and 37. RGB value is (83,85,55). Sum of RGB (Red+Green+Blue) = 83+85+55=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #535537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535537 is #ACAAC8. Grayscale: #515151. Windows color (decimal): -11315913 or 3626323. OLE color: 3626323.

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

Color convert

RGB838555-
CMYK0.0200.350.67
HSL64º21.43%27.45%-
HSV(B)64º35.29%33.33%-
XYZ7.518.614.88-
YUV80.98113.34129.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 55 (21.88% from 255) = 24.66%
R=37.22%
G=38.12%
B=24.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385550.0200.350.676421.4327.45
Hex53553720234340151b
Octal1231256720431031002533
Binary10100111010101110111100100011100001110000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535537; }

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

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

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

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

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

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

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

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