Html Css Color HEX #5A7463 Como

📋 copy color: '#5A7463'

red 90 ◦ green 116 ◦ blue 99

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

Shades of Como #5A7463

Tints of Como #5A7463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 99 (39.06% from 255) = 32.46%

R = 29.51%
G = 38.03%
B = 32.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#5A7463 (or 0x5A7463) is known color: Como. HEX triplet: 5A, 74 and 63. RGB value is (90,116,99). Sum of RGB (Red+Green+Blue) = 90+116+99=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7463 is #A58B9C. Grayscale: #6A6A6A. Windows color (decimal): -10849181 or 6517850. OLE color: 6517850.

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

Color convert

RGB 90 116 99 -
CMYK 0.22 0 0.15 0.55
HSL 140.77º 0.13% 0.4% -
HSV(B) 140.77º 0.22% 0.45% -
XYZ 12.71 15.57 14.14 -
YUV 106.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 90 116 99 0.22 0 0.15 0.55 140.77 0.13 0.4
Hex 5A 74 63 16 0 F 37 8D D 28
Octal 132 164 143 26 0 17 67 215 15 50
Binary 1011010 1110100 1100011 10110 0 1111 110111 10001101 1101 101000

Color Harmonies of #5A7463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7463

Black with #5A7463

Text Example


Text Example

White with #5A7463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,116,99); }

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

background-color css

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

 a { background-color: rgb(90,116,99); }

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

border-color css

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

 span { border-color: rgb(90,116,99); }

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