#5D7667

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

Shades of Sirocco #5D7667

Tints of Sirocco #5D7667

Color information

#5D7667 (or 0x5D7667) is unknown color: approx Sirocco. HEX triplet: 5D, 76 and 67. RGB value is (93,118,103). Sum of RGB (Red+Green+Blue) = 93+118+103=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7667 is #A28998. Grayscale: #6C6C6C. Windows color (decimal): -10652057 or 6780509. OLE color: 6780509.

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

Color convert

RGB93118103-
CMYK0.2100.130.54
HSL144º11.85%41.37%-
HSV(B)144º21.19%46.27%-
XYZ13.4416.2615.26-
YUV108.82124.72116.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.62%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 103 (40.62% from 255) = 32.80%
R=29.62%
G=37.58%
B=32.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal931181030.2100.130.5414411.8541.37
Hex5D7667150D3690c29
Octal13516614725015662201451
Binary1011101111011011001111010101101110110100100001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,118,103); }

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

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

 a { background-color: rgb(93,118,103); }

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

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

 span { border-color: rgb(93,118,103); }

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