Html Css Color HEX #5A7261 Como

📋 copy color: '#5A7261'

red 90 ◦ green 114 ◦ blue 97

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

Shades of Como #5A7261

Tints of Como #5A7261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 29.9%
G = 37.87%
B = 32.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#5A7261 (or 0x5A7261) is known color: Como. HEX triplet: 5A, 72 and 61. RGB value is (90,114,97). Sum of RGB (Red+Green+Blue) = 90+114+97=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7261 is #A58D9E. Grayscale: #686868. Windows color (decimal): -10849695 or 6386266. OLE color: 6386266.

HSL color Cylindrical-coordinate representation of color #5A7261: hue angle of 137.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A7261 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 114 97 -
CMYK 0.21 0 0.15 0.55
HSL 137.5º 0.12% 0.4% -
HSV(B) 137.5º 0.21% 0.45% -
XYZ 12.39 15.07 13.57 -
YUV 104.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 90 114 97 0.21 0 0.15 0.55 137.5 0.12 0.4
Hex 5A 72 61 15 0 F 37 8A C 28
Octal 132 162 141 25 0 17 67 212 14 50
Binary 1011010 1110010 1100001 10101 0 1111 110111 10001010 1100 101000

Color Harmonies of #5A7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7261

Black with #5A7261

Text Example


Text Example

White with #5A7261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,114,97); }

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

background-color css

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

 a { background-color: rgb(90,114,97); }

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

border-color css

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

 span { border-color: rgb(90,114,97); }

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