#5C6B63

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

Shades of Sirocco #5C6B63

Tints of Sirocco #5C6B63

Color information

#5C6B63 (or 0x5C6B63) is unknown color: approx Sirocco. HEX triplet: 5C, 6B and 63. RGB value is (92,107,99). Sum of RGB (Red+Green+Blue) = 92+107+99=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 107 - color contains mainly: green. Hex color #5C6B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6B63 is #A3949C. Grayscale: #656565. Windows color (decimal): -10720413 or 6515548. OLE color: 6515548.

HSL color Cylindrical-coordinate representation of color #5C6B63: hue angle of 148º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C6B63 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB9210799-
CMYK0.1400.070.58
HSL148º7.54%39.02%-
HSV(B)148º14.02%41.96%-
XYZ11.9213.6913.82-
YUV101.6126.53121.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.87%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=30.87%
G=35.91%
B=33.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92107990.1400.070.581487.5439.02
Hex5C6B63E073A94827
Octal1341531431607722241047
Binary10111001101011110001111100111111010100101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,107,99); }

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

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

 a { background-color: rgb(92,107,99); }

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

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

 span { border-color: rgb(92,107,99); }

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