#5F8569

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

Shades of Sirocco #5F8569

Tints of Sirocco #5F8569

Color information

#5F8569 (or 0x5F8569) is unknown color: approx Sirocco. HEX triplet: 5F, 85 and 69. RGB value is (95,133,105). Sum of RGB (Red+Green+Blue) = 95+133+105=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8569 is #A07A96. Grayscale: #767676. Windows color (decimal): -10517143 or 6915423. OLE color: 6915423.

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

Color convert

RGB95133105-
CMYK0.2900.210.48
HSL135.79º16.67%44.71%-
HSV(B)135.79º28.57%52.16%-
XYZ15.6620.2316.44-
YUV118.45120.41111.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=28.53%
G=39.94%
B=31.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951331050.2900.210.48135.7916.6744.71
Hex5F85691D0153088112d
Octal13720515135025602102155
Binary1011111100001011101001111010101011100001000100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,133,105); }

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

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

 a { background-color: rgb(95,133,105); }

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

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

 span { border-color: rgb(95,133,105); }

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