Html Css Color HEX #537C5D Como

📋 copy color: '#537C5D'

red 83 ◦ green 124 ◦ blue 93

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

Shades of Como #537C5D

Tints of Como #537C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.33%

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

R = 27.67%
G = 41.33%
B = 31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#537C5D (or 0x537C5D) is known color: Como. HEX triplet: 53, 7C and 5D. RGB value is (83,124,93). Sum of RGB (Red+Green+Blue) = 83+124+93=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #537C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C5D is #AC83A2. Grayscale: #6C6C6C. Windows color (decimal): -11305891 or 6126675. OLE color: 6126675.

HSL color Cylindrical-coordinate representation of color #537C5D: hue angle of 134.63º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537C5D is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 124 93 -
CMYK 0.33 0 0.25 0.51
HSL 134.63º 0.2% 0.41% -
HSV(B) 134.63º 0.33% 0.49% -
XYZ 12.75 17.04 12.97 -
YUV 108.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 83 124 93 0.33 0 0.25 0.51 134.63 0.2 0.41
Hex 53 7C 5D 21 0 19 33 87 14 29
Octal 123 174 135 41 0 31 63 207 24 51
Binary 1010011 1111100 1011101 100001 0 11001 110011 10000111 10100 101001

Color Harmonies of #537C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C5D

Black with #537C5D

Text Example


Text Example

White with #537C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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