Html Css Color HEX #5A7662 Como

📋 copy color: '#5A7662'

red 90 ◦ green 118 ◦ blue 98

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

Shades of Como #5A7662

Tints of Como #5A7662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 29.41%
G = 38.56%
B = 32.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#5A7662 (or 0x5A7662) is known color: Como. HEX triplet: 5A, 76 and 62. RGB value is (90,118,98). Sum of RGB (Red+Green+Blue) = 90+118+98=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7662 is #A5899D. Grayscale: #6B6B6B. Windows color (decimal): -10848670 or 6452826. OLE color: 6452826.

HSL color Cylindrical-coordinate representation of color #5A7662: hue angle of 137.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7662 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 118 98 -
CMYK 0.24 0 0.17 0.54
HSL 137.14º 0.13% 0.41% -
HSV(B) 137.14º 0.24% 0.46% -
XYZ 12.9 16.01 13.97 -
YUV 107.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 90 118 98 0.24 0 0.17 0.54 137.14 0.13 0.41
Hex 5A 76 62 18 0 11 36 89 D 29
Octal 132 166 142 30 0 21 66 211 15 51
Binary 1011010 1110110 1100010 11000 0 10001 110110 10001001 1101 101001

Color Harmonies of #5A7662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7662

Black with #5A7662

Text Example


Text Example

White with #5A7662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,118,98); }

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

background-color css

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

 a { background-color: rgb(90,118,98); }

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

border-color css

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

 span { border-color: rgb(90,118,98); }

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