#536055

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

Shades of Mineral Green #536055

Tints of Mineral Green #536055

Color information

#536055 (or 0x536055) is unknown color: approx Mineral Green. HEX triplet: 53, 60 and 55. RGB value is (83,96,85). Sum of RGB (Red+Green+Blue) = 83+96+85=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #536055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536055 is #AC9FAA. Grayscale: #5A5A5A. Windows color (decimal): -11313067 or 5595219. OLE color: 5595219.

HSL color Cylindrical-coordinate representation of color #536055: hue angle of 129.23º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #536055 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB839685-
CMYK0.1400.110.62
HSL129.23º7.26%35.1%-
HSV(B)129.23º13.54%37.65%-
XYZ9.3910.8610.2-
YUV90.86124.69122.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=31.44%
G=36.36%
B=32.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396850.1400.110.62129.237.2635.1
Hex536055E0B3E81723
Octal1231401251601376201743
Binary10100111100000101010111100101111111010000001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536055; }

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

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

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

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

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

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

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

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