Html Css Color HEX #537F5D Como

📋 copy color: '#537F5D'

red 83 ◦ green 127 ◦ blue 93

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

Shades of Como #537F5D

Tints of Como #537F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

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

R = 27.39%
G = 41.91%
B = 30.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#537F5D (or 0x537F5D) is known color: Como. HEX triplet: 53, 7F and 5D. RGB value is (83,127,93). Sum of RGB (Red+Green+Blue) = 83+127+93=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #537F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F5D is #AC80A2. Grayscale: #6E6E6E. Windows color (decimal): -11305123 or 6127443. OLE color: 6127443.

HSL color Cylindrical-coordinate representation of color #537F5D: hue angle of 133.64º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537F5D is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 127 93 -
CMYK 0.35 0 0.27 0.50
HSL 133.64º 0.21% 0.41% -
HSV(B) 133.64º 0.35% 0.5% -
XYZ 13.13 17.81 13.1 -
YUV 109.97 118.42 108.76 -
System Red Green Blue C M Y K H S L
Decimal 83 127 93 0.35 0 0.27 0.50 133.64 0.21 0.41
Hex 53 7F 5D 23 0 1B 32 86 15 29
Octal 123 177 135 43 0 33 62 206 25 51
Binary 1010011 1111111 1011101 100011 0 11011 110010 10000110 10101 101001

Color Harmonies of #537F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F5D

Black with #537F5D

Text Example


Text Example

White with #537F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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