#5C846C

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

Shades of Sirocco #5C846C

Tints of Sirocco #5C846C

Color information

#5C846C (or 0x5C846C) is unknown color: approx Sirocco. HEX triplet: 5C, 84 and 6C. RGB value is (92,132,108). Sum of RGB (Red+Green+Blue) = 92+132+108=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #5C846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C846C is #A37B93. Grayscale: #757575. Windows color (decimal): -10714004 or 7111772. OLE color: 7111772.

HSL color Cylindrical-coordinate representation of color #5C846C: hue angle of 144º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C846C is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB92132108-
CMYK0.3000.180.48
HSL144º17.86%43.92%-
HSV(B)144º30.3%51.76%-
XYZ15.3719.8617.21-
YUV117.3122.75109.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.71%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=27.71%
G=39.76%
B=32.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921321080.3000.180.4814417.8643.92
Hex5C846C1E0123090122c
Octal13420415436022602202254
Binary1011100100001001101100111100100101100001001000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,132,108); }

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

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

 a { background-color: rgb(92,132,108); }

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

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

 span { border-color: rgb(92,132,108); }

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