#5F6863

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

Shades of Sirocco #5F6863

Tints of Sirocco #5F6863

Color information

#5F6863 (or 0x5F6863) is unknown color: approx Sirocco. HEX triplet: 5F, 68 and 63. RGB value is (95,104,99). Sum of RGB (Red+Green+Blue) = 95+104+99=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 104 - color contains mainly: green. Hex color #5F6863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6863 is #A0979C. Grayscale: #646464. Windows color (decimal): -10524573 or 6514783. OLE color: 6514783.

HSL color Cylindrical-coordinate representation of color #5F6863: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5F6863 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB9510499-
CMYK0.0900.050.59
HSL146.67º4.52%39.02%-
HSV(B)146.67º8.65%40.78%-
XYZ11.9213.2313.73-
YUV100.74127.02123.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=31.88%
G=34.90%
B=33.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95104990.0900.050.59146.674.5239.02
Hex5F68639053B93527
Octal137150143110573223547
Binary1011111110100011000111001010111101110010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,104,99); }

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

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

 a { background-color: rgb(95,104,99); }

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

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

 span { border-color: rgb(95,104,99); }

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