#5B7669

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

Shades of Sirocco #5B7669

Tints of Sirocco #5B7669

Color information

#5B7669 (or 0x5B7669) is unknown color: approx Sirocco. HEX triplet: 5B, 76 and 69. RGB value is (91,118,105). Sum of RGB (Red+Green+Blue) = 91+118+105=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7669 is #A48996. Grayscale: #6C6C6C. Windows color (decimal): -10783127 or 6911579. OLE color: 6911579.

HSL color Cylindrical-coordinate representation of color #5B7669: hue angle of 151.11º 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 #5B7669 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB91118105-
CMYK0.2300.110.54
HSL151.11º12.92%40.98%-
HSV(B)151.11º22.88%46.27%-
XYZ13.3416.215.79-
YUV108.44126.05115.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.98%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=28.98%
G=37.58%
B=33.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal911181050.2300.110.54151.1112.9240.98
Hex5B7669170B3697d29
Octal13316615127013662271551
Binary1011011111011011010011011101011110110100101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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