Html Css Color HEX #5A755F Como

📋 copy color: '#5A755F'

red 90 ◦ green 117 ◦ blue 95

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

Shades of Como #5A755F

Tints of Como #5A755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 29.8%
G = 38.74%
B = 31.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#5A755F (or 0x5A755F) is known color: Como. HEX triplet: 5A, 75 and 5F. RGB value is (90,117,95). Sum of RGB (Red+Green+Blue) = 90+117+95=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #5A755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A755F is #A58AA0. Grayscale: #6A6A6A. Windows color (decimal): -10848929 or 6255962. OLE color: 6255962.

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

Color convert

RGB 90 117 95 -
CMYK 0.23 0 0.19 0.54
HSL 131.11º 0.13% 0.41% -
HSV(B) 131.11º 0.23% 0.46% -
XYZ 12.64 15.72 13.19 -
YUV 106.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 90 117 95 0.23 0 0.19 0.54 131.11 0.13 0.41
Hex 5A 75 5F 17 0 13 36 83 D 29
Octal 132 165 137 27 0 23 66 203 15 51
Binary 1011010 1110101 1011111 10111 0 10011 110110 10000011 1101 101001

Color Harmonies of #5A755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A755F

Black with #5A755F

Text Example


Text Example

White with #5A755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,117,95); }

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

background-color css

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

 a { background-color: rgb(90,117,95); }

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

border-color css

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

 span { border-color: rgb(90,117,95); }

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