Html Css Color HEX #537665 Como

📋 copy color: '#537665'

red 83 ◦ green 118 ◦ blue 101

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

Shades of Como #537665

Tints of Como #537665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 27.48%
G = 39.07%
B = 33.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#537665 (or 0x537665) is known color: Como. HEX triplet: 53, 76 and 65. RGB value is (83,118,101). Sum of RGB (Red+Green+Blue) = 83+118+101=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #537665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537665 is #AC899A. Grayscale: #696969. Windows color (decimal): -11307419 or 6649427. OLE color: 6649427.

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

Color convert

RGB 83 118 101 -
CMYK 0.30 0 0.14 0.54
HSL 150.86º 0.17% 0.39% -
HSV(B) 150.86º 0.3% 0.46% -
XYZ 12.39 15.74 14.7 -
YUV 105.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 83 118 101 0.30 0 0.14 0.54 150.86 0.17 0.39
Hex 53 76 65 1E 0 E 36 97 11 27
Octal 123 166 145 36 0 16 66 227 21 47
Binary 1010011 1110110 1100101 11110 0 1110 110110 10010111 10001 100111

Color Harmonies of #537665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537665

Black with #537665

Text Example


Text Example

White with #537665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537665; }

 p { color: rgb(83,118,101); }

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

background-color css

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

 a { background-color: rgb(83,118,101); }

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

border-color css

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

 span { border-color: rgb(83,118,101); }

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