#5F826B

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

Shades of Sirocco #5F826B

Tints of Sirocco #5F826B

Color information

#5F826B (or 0x5F826B) is unknown color: approx Sirocco. HEX triplet: 5F, 82 and 6B. RGB value is (95,130,107). Sum of RGB (Red+Green+Blue) = 95+130+107=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #5F826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F826B is #A07D94. Grayscale: #747474. Windows color (decimal): -10517909 or 7045727. OLE color: 7045727.

HSL color Cylindrical-coordinate representation of color #5F826B: hue angle of 140.57º 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 #5F826B is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB95130107-
CMYK0.2700.180.49
HSL140.57º15.56%44.12%-
HSV(B)140.57º26.92%50.98%-
XYZ15.3619.4616.86-
YUV116.91122.4112.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.61%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=28.61%
G=39.16%
B=32.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951301070.2700.180.49140.5715.5644.12
Hex5F826B1B012318d102c
Octal13720215333022612152054
Binary1011111100000101101011110110100101100011000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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