Shades of Viking #5CC0CE
Tints of Viking #5CC0CE
RGB
CMYK
RGB Variations
Color information
#5CC0CE (or 0x5CC0CE) is known color: Viking. HEX triplet: 5C, C0 and CE. RGB value is (92,192,206). Sum of RGB (Red+Green+Blue) = 92+192+206=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CC0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC0CE is #A33F31. Grayscale: #A3A3A3. Windows color (decimal): -10698546 or 13549660. OLE color: 13549660.
HSL color Cylindrical-coordinate representation of color #5CC0CE: hue angle of 187.37º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CC0CE is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 192 | 206 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.19 |
| HSL | 187.37º | 0.54% | 0.58% | - |
| HSV(B) | 187.37º | 0.55% | 0.81% | - |
| XYZ | 34.4 | 44.43 | 65.16 | - |
| YUV | 163.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 206 | 0.55 | 0.07 | 0 | 0.19 | 187.37 | 0.54 | 0.58 |
| Hex | 5C | C0 | CE | 37 | 7 | 0 | 13 | BB | 36 | 3A |
| Octal | 134 | 300 | 316 | 67 | 7 | 0 | 23 | 273 | 66 | 72 |
| Binary | 1011100 | 11000000 | 11001110 | 110111 | 111 | 0 | 10011 | 10111011 | 110110 | 111010 |
Color Harmonies of #5CC0CE
Complementary color
Monochromatic Colors of #5CC0CE
Black with #5CC0CE
Text Example
Text Example
White with #5CC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC0CE; }
p { color: rgb(92,192,206); }
H1.HeaderClassName
{
color: #5CC0CE;
}
.AnyTagClassName
{
color: #5CC0CE;
}
</style>
background-color css
<style>
a { background-color: #5CC0CE; }
a { background-color: rgb(92,192,206); }
div.DivClassName
{
background-color: #5CC0CE;
}
.BgClassName
{
background-color: #5CC0CE;
}
</style>
border-color css
<style>
span { border-color: #5CC0CE; }
span { border-color: rgb(92,192,206); }
td.TdClassName
{
border-color: #5CC0CE;
}
.TagClassName
{
border-color: #5CC0CE;
}
</style>