Html Css Color HEX #536F5D Como

📋 copy color: '#536F5D'

red 83 ◦ green 111 ◦ blue 93

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

Shades of Como #536F5D

Tints of Como #536F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.68%

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

R = 28.92%
G = 38.68%
B = 32.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#536F5D (or 0x536F5D) is known color: Como. HEX triplet: 53, 6F and 5D. RGB value is (83,111,93). Sum of RGB (Red+Green+Blue) = 83+111+93=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #536F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F5D is #AC90A2. Grayscale: #646464. Windows color (decimal): -11309219 or 6123347. OLE color: 6123347.

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

Color convert

RGB 83 111 93 -
CMYK 0.25 0 0.16 0.56
HSL 141.43º 0.14% 0.38% -
HSV(B) 141.43º 0.25% 0.44% -
XYZ 11.23 14 12.47 -
YUV 100.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 83 111 93 0.25 0 0.16 0.56 141.43 0.14 0.38
Hex 53 6F 5D 19 0 10 38 8D E 26
Octal 123 157 135 31 0 20 70 215 16 46
Binary 1010011 1101111 1011101 11001 0 10000 111000 10001101 1110 100110

Color Harmonies of #536F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F5D

Black with #536F5D

Text Example


Text Example

White with #536F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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