#5A8567

Color #5A8567 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #5A8567

Tints of Como #5A8567

Color information

#5A8567 (or 0x5A8567) is unknown color: approx Como. HEX triplet: 5A, 85 and 67. RGB value is (90,133,103). Sum of RGB (Red+Green+Blue) = 90+133+103=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8567 is #A57A98. Grayscale: #747474. Windows color (decimal): -10844825 or 6784346. OLE color: 6784346.

HSL color Cylindrical-coordinate representation of color #5A8567: hue angle of 138.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A8567 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB90133103-
CMYK0.3200.230.48
HSL138.14º19.28%43.73%-
HSV(B)138.14º32.33%52.16%-
XYZ15.0519.9315.89-
YUV116.72120.25108.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=27.61%
G=40.80%
B=31.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal901331030.3200.230.48138.1419.2843.73
Hex5A856720017308a132c
Octal13220514740027602122354
Binary10110101000010111001111000000101111100001000101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,133,103); }

 H1.HeaderClassName
 {
   color: #5A8567;
 }
 .AnyTagClassName
 {
   color: #5A8567;
 }
</style>
background-color css

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

 a { background-color: rgb(90,133,103); }

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

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

 span { border-color: rgb(90,133,103); }

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