Html Css Color HEX #537865 Como

📋 copy color: '#537865'

red 83 ◦ green 120 ◦ blue 101

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

Shades of Como #537865

Tints of Como #537865

RGB

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

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

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

R = 27.3%
G = 39.47%
B = 33.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#537865 (or 0x537865) is known color: Como. HEX triplet: 53, 78 and 65. RGB value is (83,120,101). Sum of RGB (Red+Green+Blue) = 83+120+101=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #537865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537865 is #AC879A. Grayscale: #6A6A6A. Windows color (decimal): -11306907 or 6649939. OLE color: 6649939.

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

Color convert

RGB 83 120 101 -
CMYK 0.31 0 0.16 0.53
HSL 149.19º 0.18% 0.4% -
HSV(B) 149.19º 0.31% 0.47% -
XYZ 12.63 16.21 14.78 -
YUV 106.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 83 120 101 0.31 0 0.16 0.53 149.19 0.18 0.4
Hex 53 78 65 1F 0 10 35 95 12 28
Octal 123 170 145 37 0 20 65 225 22 50
Binary 1010011 1111000 1100101 11111 0 10000 110101 10010101 10010 101000

Color Harmonies of #537865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537865

Black with #537865

Text Example


Text Example

White with #537865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537865; }

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

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

background-color css

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

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

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

border-color css

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

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

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