Html Css Color HEX #537764 Como

📋 copy color: '#537764'

red 83 ◦ green 119 ◦ blue 100

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

Shades of Como #537764

Tints of Como #537764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

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

R = 27.48%
G = 39.4%
B = 33.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#537764 (or 0x537764) is known color: Como. HEX triplet: 53, 77 and 64. RGB value is (83,119,100). Sum of RGB (Red+Green+Blue) = 83+119+100=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #537764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537764 is #AC889B. Grayscale: #6A6A6A. Windows color (decimal): -11307164 or 6584147. OLE color: 6584147.

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

Color convert

RGB 83 119 100 -
CMYK 0.30 0 0.16 0.53
HSL 148.33º 0.18% 0.4% -
HSV(B) 148.33º 0.3% 0.47% -
XYZ 12.46 15.95 14.48 -
YUV 106.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 83 119 100 0.30 0 0.16 0.53 148.33 0.18 0.4
Hex 53 77 64 1E 0 10 35 94 12 28
Octal 123 167 144 36 0 20 65 224 22 50
Binary 1010011 1110111 1100100 11110 0 10000 110101 10010100 10010 101000

Color Harmonies of #537764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537764

Black with #537764

Text Example


Text Example

White with #537764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537764; }

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

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

background-color css

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

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

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

border-color css

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

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

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