Html Css Color HEX #5A7160 Como

📋 copy color: '#5A7160'

red 90 ◦ green 113 ◦ blue 96

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

Shades of Como #5A7160

Tints of Como #5A7160

RGB

 RED value IS 90 (35.55% from 255) = 30.1%

 GREEN value IS 113 (44.53% from 255) = 37.79%

 BLUE value IS 96 (37.89% from 255) = 32.11%

R = 30.1%
G = 37.79%
B = 32.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#5A7160 (or 0x5A7160) is known color: Como. HEX triplet: 5A, 71 and 60. RGB value is (90,113,96). Sum of RGB (Red+Green+Blue) = 90+113+96=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7160 is #A58E9F. Grayscale: #686868. Windows color (decimal): -10849952 or 6320474. OLE color: 6320474.

HSL color Cylindrical-coordinate representation of color #5A7160: hue angle of 135.65º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A7160 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 113 96 -
CMYK 0.20 0 0.15 0.56
HSL 135.65º 0.11% 0.4% -
HSV(B) 135.65º 0.2% 0.44% -
XYZ 12.23 14.83 13.28 -
YUV 104.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 90 113 96 0.20 0 0.15 0.56 135.65 0.11 0.4
Hex 5A 71 60 14 0 F 38 88 B 28
Octal 132 161 140 24 0 17 70 210 13 50
Binary 1011010 1110001 1100000 10100 0 1111 111000 10001000 1011 101000

Color Harmonies of #5A7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7160

Black with #5A7160

Text Example


Text Example

White with #5A7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A7160; }

 p { color: rgb(90,113,96); }

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

background-color css

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

 a { background-color: rgb(90,113,96); }

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

border-color css

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

 span { border-color: rgb(90,113,96); }

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