Html Css Color HEX #537B5D Como

📋 copy color: '#537B5D'

red 83 ◦ green 123 ◦ blue 93

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

Shades of Como #537B5D

Tints of Como #537B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.14%

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

R = 27.76%
G = 41.14%
B = 31.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#537B5D (or 0x537B5D) is known color: Como. HEX triplet: 53, 7B and 5D. RGB value is (83,123,93). Sum of RGB (Red+Green+Blue) = 83+123+93=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 123 - color contains mainly: green. Hex color #537B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B5D is #AC84A2. Grayscale: #6B6B6B. Windows color (decimal): -11306147 or 6126419. OLE color: 6126419.

HSL color Cylindrical-coordinate representation of color #537B5D: hue angle of 135º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537B5D is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 123 93 -
CMYK 0.33 0 0.24 0.52
HSL 135º 0.19% 0.4% -
HSV(B) 135º 0.33% 0.48% -
XYZ 12.63 16.8 12.93 -
YUV 107.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 83 123 93 0.33 0 0.24 0.52 135 0.19 0.4
Hex 53 7B 5D 21 0 18 34 87 13 28
Octal 123 173 135 41 0 30 64 207 23 50
Binary 1010011 1111011 1011101 100001 0 11000 110100 10000111 10011 101000

Color Harmonies of #537B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B5D

Black with #537B5D

Text Example


Text Example

White with #537B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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