Html Css Color HEX #536E5D Como

📋 copy color: '#536E5D'

red 83 ◦ green 110 ◦ blue 93

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

Shades of Como #536E5D

Tints of Como #536E5D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.46%

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 29.02%
G = 38.46%
B = 32.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#536E5D (or 0x536E5D) is known color: Como. HEX triplet: 53, 6E and 5D. RGB value is (83,110,93). Sum of RGB (Red+Green+Blue) = 83+110+93=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #536E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E5D is #AC91A2. Grayscale: #646464. Windows color (decimal): -11309475 or 6123091. OLE color: 6123091.

HSL color Cylindrical-coordinate representation of color #536E5D: hue angle of 142.22º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536E5D is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 110 93 -
CMYK 0.25 0 0.15 0.57
HSL 142.22º 0.14% 0.38% -
HSV(B) 142.22º 0.25% 0.43% -
XYZ 11.12 13.78 12.43 -
YUV 99.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 83 110 93 0.25 0 0.15 0.57 142.22 0.14 0.38
Hex 53 6E 5D 19 0 F 39 8E E 26
Octal 123 156 135 31 0 17 71 216 16 46
Binary 1010011 1101110 1011101 11001 0 1111 111001 10001110 1110 100110

Color Harmonies of #536E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E5D

Black with #536E5D

Text Example


Text Example

White with #536E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536E5D; }

 p { color: rgb(83,110,93); }

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

background-color css

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

 a { background-color: rgb(83,110,93); }

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

border-color css

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

 span { border-color: rgb(83,110,93); }

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