#5B7665

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

Shades of Sirocco #5B7665

Tints of Sirocco #5B7665

Color information

#5B7665 (or 0x5B7665) is unknown color: approx Sirocco. HEX triplet: 5B, 76 and 65. RGB value is (91,118,101). Sum of RGB (Red+Green+Blue) = 91+118+101=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7665 is #A4899A. Grayscale: #6C6C6C. Windows color (decimal): -10783131 or 6649435. OLE color: 6649435.

HSL color Cylindrical-coordinate representation of color #5B7665: hue angle of 142.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B7665 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB91118101-
CMYK0.2300.140.54
HSL142.22º12.92%40.98%-
HSV(B)142.22º22.88%46.27%-
XYZ13.1416.1214.73-
YUV107.99124.05115.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.35%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=29.35%
G=38.06%
B=32.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal911181010.2300.140.54142.2212.9240.98
Hex5B7665170E368ed29
Octal13316614527016662161551
Binary1011011111011011001011011101110110110100011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,118,101); }

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

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

 a { background-color: rgb(91,118,101); }

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

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

 span { border-color: rgb(91,118,101); }

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