#5F796B

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

Shades of Sirocco #5F796B

Tints of Sirocco #5F796B

Color information

#5F796B (or 0x5F796B) is unknown color: approx Sirocco. HEX triplet: 5F, 79 and 6B. RGB value is (95,121,107). Sum of RGB (Red+Green+Blue) = 95+121+107=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #5F796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F796B is #A08694. Grayscale: #6F6F6F. Windows color (decimal): -10520213 or 7043423. OLE color: 7043423.

HSL color Cylindrical-coordinate representation of color #5F796B: hue angle of 147.69º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F796B is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB95121107-
CMYK0.2100.120.53
HSL147.69º12.04%42.35%-
HSV(B)147.69º21.49%47.45%-
XYZ14.2117.1716.47-
YUV111.63125.39116.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.41%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=29.41%
G=37.46%
B=33.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal951211070.2100.120.53147.6912.0442.35
Hex5F796B150C3594c2a
Octal13717115325014652241452
Binary1011111111100111010111010101100110101100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,121,107); }

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

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

 a { background-color: rgb(95,121,107); }

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

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

 span { border-color: rgb(95,121,107); }

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