Html Css Color HEX #537863 Como

📋 copy color: '#537863'

red 83 ◦ green 120 ◦ blue 99

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

Shades of Como #537863

Tints of Como #537863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.74%

 BLUE value IS 99 (39.06% from 255) = 32.78%

R = 27.48%
G = 39.74%
B = 32.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#537863 (or 0x537863) is known color: Como. HEX triplet: 53, 78 and 63. RGB value is (83,120,99). Sum of RGB (Red+Green+Blue) = 83+120+99=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #537863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537863 is #AC879C. Grayscale: #6A6A6A. Windows color (decimal): -11306909 or 6518867. OLE color: 6518867.

HSL color Cylindrical-coordinate representation of color #537863: hue angle of 145.95º degrees, saturation: 0.18, 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 #537863 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 120 99 -
CMYK 0.31 0 0.17 0.53
HSL 145.95º 0.18% 0.4% -
HSV(B) 145.95º 0.31% 0.47% -
XYZ 12.54 16.17 14.27 -
YUV 106.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 83 120 99 0.31 0 0.17 0.53 145.95 0.18 0.4
Hex 53 78 63 1F 0 11 35 92 12 28
Octal 123 170 143 37 0 21 65 222 22 50
Binary 1010011 1111000 1100011 11111 0 10001 110101 10010010 10010 101000

Color Harmonies of #537863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537863

Black with #537863

Text Example


Text Example

White with #537863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537863; }

 p { color: rgb(83,120,99); }

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

background-color css

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

 a { background-color: rgb(83,120,99); }

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

border-color css

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

 span { border-color: rgb(83,120,99); }

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