#5F826C

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

Shades of Sirocco #5F826C

Tints of Sirocco #5F826C

Color information

#5F826C (or 0x5F826C) is unknown color: approx Sirocco. HEX triplet: 5F, 82 and 6C. RGB value is (95,130,108). Sum of RGB (Red+Green+Blue) = 95+130+108=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #5F826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F826C is #A07D93. Grayscale: #757575. Windows color (decimal): -10517908 or 7111263. OLE color: 7111263.

HSL color Cylindrical-coordinate representation of color #5F826C: hue angle of 142.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F826C is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB95130108-
CMYK0.2700.170.49
HSL142.29º15.56%44.12%-
HSV(B)142.29º26.92%50.98%-
XYZ15.4119.4817.14-
YUV117.03122.9112.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=28.53%
G=39.04%
B=32.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951301080.2700.170.49142.2915.5644.12
Hex5F826C1B011318e102c
Octal13720215433021612162054
Binary1011111100000101101100110110100011100011000111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,130,108); }

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

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

 a { background-color: rgb(95,130,108); }

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

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

 span { border-color: rgb(95,130,108); }

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