#5A8A6B

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

Shades of Sirocco #5A8A6B

Tints of Sirocco #5A8A6B

Color information

#5A8A6B (or 0x5A8A6B) is unknown color: approx Sirocco. HEX triplet: 5A, 8A and 6B. RGB value is (90,138,107). Sum of RGB (Red+Green+Blue) = 90+138+107=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8A6B is #A57594. Grayscale: #787878. Windows color (decimal): -10843541 or 7047770. OLE color: 7047770.

HSL color Cylindrical-coordinate representation of color #5A8A6B: hue angle of 141.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8A6B is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB90138107-
CMYK0.3500.220.46
HSL141.25º21.05%44.71%-
HSV(B)141.25º34.78%54.12%-
XYZ15.9621.4117.2-
YUV120.11120.6106.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.87%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=26.87%
G=41.19%
B=31.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal901381070.3500.220.46141.2521.0544.71
Hex5A8A6B230162E8d152d
Octal13221215343026562152555
Binary10110101000101011010111000110101101011101000110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,138,107); }

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

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

 a { background-color: rgb(90,138,107); }

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

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

 span { border-color: rgb(90,138,107); }

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