Shades of Viking #5CACC0
Tints of Viking #5CACC0
RGB
CMYK
RGB Variations
Color information
#5CACC0 (or 0x5CACC0) is known color: Viking. HEX triplet: 5C, AC and C0. RGB value is (92,172,192). Sum of RGB (Red+Green+Blue) = 92+172+192=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #5CACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACC0 is #A3533F. Grayscale: #969696. Windows color (decimal): -10703680 or 12627036. OLE color: 12627036.
HSL color Cylindrical-coordinate representation of color #5CACC0: hue angle of 192º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CACC0 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 172 | 192 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.25 |
| HSL | 192º | 0.44% | 0.56% | - |
| HSV(B) | 192º | 0.52% | 0.75% | - |
| XYZ | 28.68 | 35.59 | 55.23 | - |
| YUV | 150.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 192 | 0.52 | 0.10 | 0 | 0.25 | 192 | 0.44 | 0.56 |
| Hex | 5C | AC | C0 | 34 | A | 0 | 19 | C0 | 2C | 38 |
| Octal | 134 | 254 | 300 | 64 | 12 | 0 | 31 | 300 | 54 | 70 |
| Binary | 1011100 | 10101100 | 11000000 | 110100 | 1010 | 0 | 11001 | 11000000 | 101100 | 111000 |
Color Harmonies of #5CACC0
Complementary color
Monochromatic Colors of #5CACC0
Black with #5CACC0
Text Example
Text Example
White with #5CACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACC0; }
p { color: rgb(92,172,192); }
H1.HeaderClassName
{
color: #5CACC0;
}
.AnyTagClassName
{
color: #5CACC0;
}
</style>
background-color css
<style>
a { background-color: #5CACC0; }
a { background-color: rgb(92,172,192); }
div.DivClassName
{
background-color: #5CACC0;
}
.BgClassName
{
background-color: #5CACC0;
}
</style>
border-color css
<style>
span { border-color: #5CACC0; }
span { border-color: rgb(92,172,192); }
td.TdClassName
{
border-color: #5CACC0;
}
.TagClassName
{
border-color: #5CACC0;
}
</style>