Shades of Sirocco #5C7C6B
Tints of Sirocco #5C7C6B
RGB
CMYK
RGB Variations
Color information
#5C7C6B (or 0x5C7C6B) is known color: Sirocco. HEX triplet: 5C, 7C and 6B. RGB value is (92,124,107). Sum of RGB (Red+Green+Blue) = 92+124+107=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7C6B is #A38394. Grayscale: #707070. Windows color (decimal): -10716053 or 7044188. OLE color: 7044188.
HSL color Cylindrical-coordinate representation of color #5C7C6B: hue angle of 148.12º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7C6B is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 124 | 107 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.51 |
| HSL | 148.13º | 0.15% | 0.42% | - |
| HSV(B) | 148.13º | 0.26% | 0.49% | - |
| XYZ | 14.28 | 17.75 | 16.58 | - |
| YUV | 112.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 107 | 0.26 | 0 | 0.14 | 0.51 | 148.13 | 0.15 | 0.42 |
| Hex | 5C | 7C | 6B | 1A | 0 | E | 33 | 94 | F | 2A |
| Octal | 134 | 174 | 153 | 32 | 0 | 16 | 63 | 224 | 17 | 52 |
| Binary | 1011100 | 1111100 | 1101011 | 11010 | 0 | 1110 | 110011 | 10010100 | 1111 | 101010 |
Color Harmonies of #5C7C6B
Complementary color
Monochromatic Colors of #5C7C6B
Black with #5C7C6B
Text Example
Text Example
White with #5C7C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7C6B; }
p { color: rgb(92,124,107); }
H1.HeaderClassName
{
color: #5C7C6B;
}
.AnyTagClassName
{
color: #5C7C6B;
}
</style>
background-color css
<style>
a { background-color: #5C7C6B; }
a { background-color: rgb(92,124,107); }
div.DivClassName
{
background-color: #5C7C6B;
}
.BgClassName
{
background-color: #5C7C6B;
}
</style>
border-color css
<style>
span { border-color: #5C7C6B; }
span { border-color: rgb(92,124,107); }
td.TdClassName
{
border-color: #5C7C6B;
}
.TagClassName
{
border-color: #5C7C6B;
}
</style>