#5F816E

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

Shades of Sirocco #5F816E

Tints of Sirocco #5F816E

Color information

#5F816E (or 0x5F816E) is unknown color: approx Sirocco. HEX triplet: 5F, 81 and 6E. RGB value is (95,129,110). Sum of RGB (Red+Green+Blue) = 95+129+110=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #5F816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F816E is #A07E91. Grayscale: #747474. Windows color (decimal): -10518162 or 7242079. OLE color: 7242079.

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

Color convert

RGB95129110-
CMYK0.2600.150.49
HSL146.47º15.18%43.92%-
HSV(B)146.47º26.36%50.59%-
XYZ15.3819.2617.66-
YUV116.67124.24112.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.44%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=28.44%
G=38.62%
B=32.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951291100.2600.150.49146.4715.1843.92
Hex5F816E1A0F3192f2c
Octal13720115632017612221754
Binary10111111000000111011101101001111110001100100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,129,110); }

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

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

 a { background-color: rgb(95,129,110); }

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

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

 span { border-color: rgb(95,129,110); }

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