Html Css Color HEX #537564 Como

📋 copy color: '#537564'

red 83 ◦ green 117 ◦ blue 100

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

Shades of Como #537564

Tints of Como #537564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

 BLUE value IS 100 (39.45% from 255) = 33.33%

R = 27.67%
G = 39%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#537564 (or 0x537564) is known color: Como. HEX triplet: 53, 75 and 64. RGB value is (83,117,100). Sum of RGB (Red+Green+Blue) = 83+117+100=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #537564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537564 is #AC8A9B. Grayscale: #686868. Windows color (decimal): -11307676 or 6583635. OLE color: 6583635.

HSL color Cylindrical-coordinate representation of color #537564: hue angle of 150º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537564 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 100 -
CMYK 0.29 0 0.15 0.54
HSL 150º 0.17% 0.39% -
HSV(B) 150º 0.29% 0.46% -
XYZ 12.23 15.48 14.4 -
YUV 104.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 83 117 100 0.29 0 0.15 0.54 150 0.17 0.39
Hex 53 75 64 1D 0 F 36 96 11 27
Octal 123 165 144 35 0 17 66 226 21 47
Binary 1010011 1110101 1100100 11101 0 1111 110110 10010110 10001 100111

Color Harmonies of #537564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537564

Black with #537564

Text Example


Text Example

White with #537564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537564; }

 p { color: rgb(83,117,100); }

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

background-color css

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

 a { background-color: rgb(83,117,100); }

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

border-color css

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

 span { border-color: rgb(83,117,100); }

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