Html Css Color HEX #536555 Mineral Green

📋 copy color: '#536555'

red 83 ◦ green 101 ◦ blue 85

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

Shades of Mineral Green #536555

Tints of Mineral Green #536555

RGB

 RED value IS 83 (32.81% from 255) = 30.86%

 GREEN value IS 101 (39.84% from 255) = 37.55%

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 30.86%
G = 37.55%
B = 31.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#536555 (or 0x536555) is known color: Mineral Green. HEX triplet: 53, 65 and 55. RGB value is (83,101,85). Sum of RGB (Red+Green+Blue) = 83+101+85=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 101 - color contains mainly: green. Hex color #536555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536555 is #AC9AAA. Grayscale: #5D5D5D. Windows color (decimal): -11311787 or 5596499. OLE color: 5596499.

HSL color Cylindrical-coordinate representation of color #536555: hue angle of 126.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #536555 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 85 -
CMYK 0.18 0 0.16 0.60
HSL 126.67º 0.1% 0.36% -
HSV(B) 126.67º 0.18% 0.4% -
XYZ 9.86 11.8 10.35 -
YUV 93.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 83 101 85 0.18 0 0.16 0.60 126.67 0.1 0.36
Hex 53 65 55 12 0 10 3C 7F A 24
Octal 123 145 125 22 0 20 74 177 12 44
Binary 1010011 1100101 1010101 10010 0 10000 111100 1111111 1010 100100

Color Harmonies of #536555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536555

Black with #536555

Text Example


Text Example

White with #536555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536555; }

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

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

background-color css

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

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

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

border-color css

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

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

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