Html Css Color HEX #536E5E Como

📋 copy color: '#536E5E'

red 83 ◦ green 110 ◦ blue 94

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

Shades of Como #536E5E

Tints of Como #536E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 28.92%
G = 38.33%
B = 32.75%

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

#536E5E (or 0x536E5E) is known color: Como. HEX triplet: 53, 6E and 5E. RGB value is (83,110,94). Sum of RGB (Red+Green+Blue) = 83+110+94=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 110 - color contains mainly: green. Hex color #536E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E5E is #AC91A1. Grayscale: #646464. Windows color (decimal): -11309474 or 6188627. OLE color: 6188627.

HSL color Cylindrical-coordinate representation of color #536E5E: hue angle of 144.44º 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 #536E5E is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 110 94 -
CMYK 0.25 0 0.15 0.57
HSL 144.44º 0.14% 0.38% -
HSV(B) 144.44º 0.25% 0.43% -
XYZ 11.16 13.8 12.66 -
YUV 100.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 83 110 94 0.25 0 0.15 0.57 144.44 0.14 0.38
Hex 53 6E 5E 19 0 F 39 90 E 26
Octal 123 156 136 31 0 17 71 220 16 46
Binary 1010011 1101110 1011110 11001 0 1111 111001 10010000 1110 100110

Color Harmonies of #536E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E5E

Black with #536E5E

Text Example


Text Example

White with #536E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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