Html Css Color HEX #537966 Como

📋 copy color: '#537966'

red 83 ◦ green 121 ◦ blue 102

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

Shades of Como #537966

Tints of Como #537966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.54%

 BLUE value IS 102 (40.23% from 255) = 33.33%

R = 27.12%
G = 39.54%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#537966 (or 0x537966) is known color: Como. HEX triplet: 53, 79 and 66. RGB value is (83,121,102). Sum of RGB (Red+Green+Blue) = 83+121+102=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #537966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537966 is #AC8699. Grayscale: #6B6B6B. Windows color (decimal): -11306650 or 6715731. OLE color: 6715731.

HSL color Cylindrical-coordinate representation of color #537966: hue angle of 150º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537966 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 102 -
CMYK 0.31 0 0.16 0.53
HSL 150º 0.19% 0.4% -
HSV(B) 150º 0.31% 0.47% -
XYZ 12.8 16.47 15.08 -
YUV 107.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 83 121 102 0.31 0 0.16 0.53 150 0.19 0.4
Hex 53 79 66 1F 0 10 35 96 13 28
Octal 123 171 146 37 0 20 65 226 23 50
Binary 1010011 1111001 1100110 11111 0 10000 110101 10010110 10011 101000

Color Harmonies of #537966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537966

Black with #537966

Text Example


Text Example

White with #537966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537966; }

 p { color: rgb(83,121,102); }

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

background-color css

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

 a { background-color: rgb(83,121,102); }

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

border-color css

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

 span { border-color: rgb(83,121,102); }

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