#5D6661

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

Shades of Sirocco #5D6661

Tints of Sirocco #5D6661

Color information

#5D6661 (or 0x5D6661) is unknown color: approx Sirocco. HEX triplet: 5D, 66 and 61. RGB value is (93,102,97). Sum of RGB (Red+Green+Blue) = 93+102+97=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6661 is #A2999E. Grayscale: #626262. Windows color (decimal): -10656159 or 6383197. OLE color: 6383197.

HSL color Cylindrical-coordinate representation of color #5D6661: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5D6661 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB9310297-
CMYK0.0900.050.6
HSL146.67º4.62%38.24%-
HSV(B)146.67º8.82%40%-
XYZ11.4212.6913.16-
YUV98.74127.02123.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.85%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=31.85%
G=34.93%
B=33.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal93102970.0900.050.6146.674.6238.24
Hex5D66619053C93526
Octal135146141110574223546
Binary1011101110011011000011001010111110010010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,102,97); }

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

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

 a { background-color: rgb(93,102,97); }

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

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

 span { border-color: rgb(93,102,97); }

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