Html Css Color HEX #537765 Como

📋 copy color: '#537765'

red 83 ◦ green 119 ◦ blue 101

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

Shades of Como #537765

Tints of Como #537765

RGB

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

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

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

R = 27.39%
G = 39.27%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#537765 (or 0x537765) is known color: Como. HEX triplet: 53, 77 and 65. RGB value is (83,119,101). Sum of RGB (Red+Green+Blue) = 83+119+101=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #537765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537765 is #AC889A. Grayscale: #6A6A6A. Windows color (decimal): -11307163 or 6649683. OLE color: 6649683.

HSL color Cylindrical-coordinate representation of color #537765: hue angle of 150º 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 #537765 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 101 -
CMYK 0.30 0 0.15 0.53
HSL 150º 0.18% 0.4% -
HSV(B) 150º 0.3% 0.47% -
XYZ 12.51 15.97 14.74 -
YUV 106.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 83 119 101 0.30 0 0.15 0.53 150 0.18 0.4
Hex 53 77 65 1E 0 F 35 96 12 28
Octal 123 167 145 36 0 17 65 226 22 50
Binary 1010011 1110111 1100101 11110 0 1111 110101 10010110 10010 101000

Color Harmonies of #537765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537765

Black with #537765

Text Example


Text Example

White with #537765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537765; }

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

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

background-color css

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

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

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

border-color css

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

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

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