#5A8569

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

Shades of Sirocco #5A8569

Tints of Sirocco #5A8569

Color information

#5A8569 (or 0x5A8569) is unknown color: approx Sirocco. HEX triplet: 5A, 85 and 69. RGB value is (90,133,105). Sum of RGB (Red+Green+Blue) = 90+133+105=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8569 is #A57A96. Grayscale: #757575. Windows color (decimal): -10844823 or 6915418. OLE color: 6915418.

HSL color Cylindrical-coordinate representation of color #5A8569: hue angle of 140.93º 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 #5A8569 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB90133105-
CMYK0.3200.210.48
HSL140.93º19.28%43.73%-
HSV(B)140.93º32.33%52.16%-
XYZ15.1519.9716.42-
YUV116.95121.25108.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=27.44%
G=40.55%
B=32.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal901331050.3200.210.48140.9319.2843.73
Hex5A856920015308d132c
Octal13220515140025602152354
Binary10110101000010111010011000000101011100001000110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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