#5F836D

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

Shades of Sirocco #5F836D

Tints of Sirocco #5F836D

Color information

#5F836D (or 0x5F836D) is unknown color: approx Sirocco. HEX triplet: 5F, 83 and 6D. RGB value is (95,131,109). Sum of RGB (Red+Green+Blue) = 95+131+109=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #5F836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F836D is #A07C92. Grayscale: #757575. Windows color (decimal): -10517651 or 7177055. OLE color: 7177055.

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

Color convert

RGB95131109-
CMYK0.2700.170.49
HSL143.33º15.93%44.31%-
HSV(B)143.33º27.48%51.37%-
XYZ15.619.7717.46-
YUV117.73123.07111.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.36%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=28.36%
G=39.10%
B=32.54%

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
Decimal951311090.2700.170.49143.3315.9344.31
Hex5F836D1B011318f102c
Octal13720315533021612172054
Binary1011111100000111101101110110100011100011000111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,131,109); }

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

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

 a { background-color: rgb(95,131,109); }

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

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

 span { border-color: rgb(95,131,109); }

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