#5F7565

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

Shades of Sirocco #5F7565

Tints of Sirocco #5F7565

Color information

#5F7565 (or 0x5F7565) is unknown color: approx Sirocco. HEX triplet: 5F, 75 and 65. RGB value is (95,117,101). Sum of RGB (Red+Green+Blue) = 95+117+101=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #5F7565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7565 is #A08A9A. Grayscale: #6C6C6C. Windows color (decimal): -10521243 or 6649183. OLE color: 6649183.

HSL color Cylindrical-coordinate representation of color #5F7565: hue angle of 136.36º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F7565 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB95117101-
CMYK0.1900.140.54
HSL136.36º10.38%41.57%-
HSV(B)136.36º18.8%45.88%-
XYZ13.4316.114.71-
YUV108.6123.71118.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.35%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=30.35%
G=37.38%
B=32.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal951171010.1900.140.54136.3610.3841.57
Hex5F7565130E3688a2a
Octal13716514523016662101252
Binary1011111111010111001011001101110110110100010001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,117,101); }

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

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

 a { background-color: rgb(95,117,101); }

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

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

 span { border-color: rgb(95,117,101); }

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