Html Css Color HEX #5A7E66 Como

📋 copy color: '#5A7E66'

red 90 ◦ green 126 ◦ blue 102

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

Shades of Como #5A7E66

Tints of Como #5A7E66

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.62%

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 28.3%
G = 39.62%
B = 32.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#5A7E66 (or 0x5A7E66) is known color: Como. HEX triplet: 5A, 7E and 66. RGB value is (90,126,102). Sum of RGB (Red+Green+Blue) = 90+126+102=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7E66 is #A58199. Grayscale: #707070. Windows color (decimal): -10846618 or 6717018. OLE color: 6717018.

HSL color Cylindrical-coordinate representation of color #5A7E66: hue angle of 140º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A7E66 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 126 102 -
CMYK 0.29 0 0.19 0.51
HSL 140º 0.17% 0.42% -
HSV(B) 140º 0.29% 0.49% -
XYZ 14.08 18.05 15.31 -
YUV 112.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 90 126 102 0.29 0 0.19 0.51 140 0.17 0.42
Hex 5A 7E 66 1D 0 13 33 8C 11 2A
Octal 132 176 146 35 0 23 63 214 21 52
Binary 1011010 1111110 1100110 11101 0 10011 110011 10001100 10001 101010

Color Harmonies of #5A7E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7E66

Black with #5A7E66

Text Example


Text Example

White with #5A7E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,126,102); }

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

background-color css

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

 a { background-color: rgb(90,126,102); }

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

border-color css

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

 span { border-color: rgb(90,126,102); }

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