#536358

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

Shades of Mineral Green #536358

Tints of Mineral Green #536358

Color information

#536358 (or 0x536358) is unknown color: approx Mineral Green. HEX triplet: 53, 63 and 58. RGB value is (83,99,88). Sum of RGB (Red+Green+Blue) = 83+99+88=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 99 - color contains mainly: green. Hex color #536358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536358 is #AC9CA7. Grayscale: #5C5C5C. Windows color (decimal): -11312296 or 5792595. OLE color: 5792595.

HSL color Cylindrical-coordinate representation of color #536358: hue angle of 138.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #536358 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB839988-
CMYK0.1600.110.61
HSL138.75º8.79%35.69%-
HSV(B)138.75º16.16%38.82%-
XYZ9.7911.4710.93-
YUV92.96125.2120.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=30.74%
G=36.67%
B=32.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399880.1600.110.61138.758.7935.69
Hex536358100B3D8b924
Octal12314313020013752131144
Binary1010011110001110110001000001011111101100010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536358; }

 p { color: rgb(83,99,88); }

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

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

 a { background-color: rgb(83,99,88); }

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

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

 span { border-color: rgb(83,99,88); }

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