#5C6B62

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

Shades of Sirocco #5C6B62

Tints of Sirocco #5C6B62

Color information

#5C6B62 (or 0x5C6B62) is unknown color: approx Sirocco. HEX triplet: 5C, 6B and 62. RGB value is (92,107,98). Sum of RGB (Red+Green+Blue) = 92+107+98=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 107 - color contains mainly: green. Hex color #5C6B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6B62 is #A3949D. Grayscale: #656565. Windows color (decimal): -10720414 or 6450012. OLE color: 6450012.

HSL color Cylindrical-coordinate representation of color #5C6B62: hue angle of 144º 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 #5C6B62 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB9210798-
CMYK0.1400.080.58
HSL144º7.54%39.02%-
HSV(B)144º14.02%41.96%-
XYZ11.8813.6713.57-
YUV101.49126.03121.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.98%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=30.98%
G=36.03%
B=33.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92107980.1400.080.581447.5439.02
Hex5C6B62E083A90827
Octal13415314216010722201047
Binary101110011010111100010111001000111010100100001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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