#5A6E63

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

Shades of Sirocco #5A6E63

Tints of Sirocco #5A6E63

Color information

#5A6E63 (or 0x5A6E63) is unknown color: approx Sirocco. HEX triplet: 5A, 6E and 63. RGB value is (90,110,99). Sum of RGB (Red+Green+Blue) = 90+110+99=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6E63 is #A5919C. Grayscale: #666666. Windows color (decimal): -10850717 or 6516314. OLE color: 6516314.

HSL color Cylindrical-coordinate representation of color #5A6E63: hue angle of 147º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A6E63 is Cyan = 0.18, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB9011099-
CMYK0.1800.10.57
HSL147º10%39.22%-
HSV(B)147º18.18%43.14%-
XYZ12.0414.2313.92-
YUV102.77125.87118.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=30.10%
G=36.79%
B=33.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90110990.1800.10.571471039.22
Hex5A6E63120A3993a27
Octal13215614322012712231247
Binary1011010110111011000111001001010111001100100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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