#5F846F

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

Shades of Sirocco #5F846F

Tints of Sirocco #5F846F

Color information

#5F846F (or 0x5F846F) is unknown color: approx Sirocco. HEX triplet: 5F, 84 and 6F. RGB value is (95,132,111). Sum of RGB (Red+Green+Blue) = 95+132+111=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #5F846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F846F is #A07B90. Grayscale: #767676. Windows color (decimal): -10517393 or 7308383. OLE color: 7308383.

HSL color Cylindrical-coordinate representation of color #5F846F: hue angle of 145.95º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F846F is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB95132111-
CMYK0.2800.160.48
HSL145.95º16.3%44.51%-
HSV(B)145.95º28.03%51.76%-
XYZ15.8420.0818.08-
YUV118.54123.74111.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.11%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=28.11%
G=39.05%
B=32.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951321110.2800.160.48145.9516.344.51
Hex5F846F1C0103092102d
Octal13720415734020602222055
Binary1011111100001001101111111000100001100001001001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,132,111); }

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

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

 a { background-color: rgb(95,132,111); }

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

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

 span { border-color: rgb(95,132,111); }

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