#5C846B

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

Shades of Sirocco #5C846B

Tints of Sirocco #5C846B

Color information

#5C846B (or 0x5C846B) is unknown color: approx Sirocco. HEX triplet: 5C, 84 and 6B. RGB value is (92,132,107). Sum of RGB (Red+Green+Blue) = 92+132+107=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #5C846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C846B is #A37B94. Grayscale: #757575. Windows color (decimal): -10714005 or 7046236. OLE color: 7046236.

HSL color Cylindrical-coordinate representation of color #5C846B: hue angle of 142.5º 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 #5C846B is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB92132107-
CMYK0.3000.190.48
HSL142.5º17.86%43.92%-
HSV(B)142.5º30.3%51.76%-
XYZ15.3219.8416.93-
YUV117.19122.25110.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.79%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=27.79%
G=39.88%
B=32.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921321070.3000.190.48142.517.8643.92
Hex5C846B1E013308e122c
Octal13420415336023602162254
Binary1011100100001001101011111100100111100001000111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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