#5D7864

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

Shades of Sirocco #5D7864

Tints of Sirocco #5D7864

Color information

#5D7864 (or 0x5D7864) is unknown color: approx Sirocco. HEX triplet: 5D, 78 and 64. RGB value is (93,120,100). Sum of RGB (Red+Green+Blue) = 93+120+100=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7864 is #A2879B. Grayscale: #6D6D6D. Windows color (decimal): -10651548 or 6584413. OLE color: 6584413.

HSL color Cylindrical-coordinate representation of color #5D7864: hue angle of 135.56º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D7864 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB93120100-
CMYK0.2200.170.53
HSL135.56º12.68%41.76%-
HSV(B)135.56º22.5%47.06%-
XYZ13.5316.6814.56-
YUV109.65122.55116.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.71%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=29.71%
G=38.34%
B=31.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal931201000.2200.170.53135.5612.6841.76
Hex5D7864160113588d2a
Octal13517014426021652101552
Binary10111011111000110010010110010001110101100010001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,120,100); }

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

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

 a { background-color: rgb(93,120,100); }

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

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

 span { border-color: rgb(93,120,100); }

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