Shades of Viking #5CC0CD
Tints of Viking #5CC0CD
RGB
CMYK
RGB Variations
Color information
#5CC0CD (or 0x5CC0CD) is known color: Viking. HEX triplet: 5C, C0 and CD. RGB value is (92,192,205). Sum of RGB (Red+Green+Blue) = 92+192+205=489 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.81% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CC0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC0CD is #A33F32. Grayscale: #A3A3A3. Windows color (decimal): -10698547 or 13484124. OLE color: 13484124.
HSL color Cylindrical-coordinate representation of color #5CC0CD: hue angle of 186.9º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CC0CD is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 192 | 205 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.20 |
| HSL | 186.9º | 0.53% | 0.58% | - |
| HSV(B) | 186.9º | 0.55% | 0.8% | - |
| XYZ | 34.28 | 44.38 | 64.52 | - |
| YUV | 163.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 205 | 0.55 | 0.06 | 0 | 0.20 | 186.9 | 0.53 | 0.58 |
| Hex | 5C | C0 | CD | 37 | 6 | 0 | 14 | BB | 35 | 3A |
| Octal | 134 | 300 | 315 | 67 | 6 | 0 | 24 | 273 | 65 | 72 |
| Binary | 1011100 | 11000000 | 11001101 | 110111 | 110 | 0 | 10100 | 10111011 | 110101 | 111010 |
Color Harmonies of #5CC0CD
Complementary color
Monochromatic Colors of #5CC0CD
Black with #5CC0CD
Text Example
Text Example
White with #5CC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC0CD; }
p { color: rgb(92,192,205); }
H1.HeaderClassName
{
color: #5CC0CD;
}
.AnyTagClassName
{
color: #5CC0CD;
}
</style>
background-color css
<style>
a { background-color: #5CC0CD; }
a { background-color: rgb(92,192,205); }
div.DivClassName
{
background-color: #5CC0CD;
}
.BgClassName
{
background-color: #5CC0CD;
}
</style>
border-color css
<style>
span { border-color: #5CC0CD; }
span { border-color: rgb(92,192,205); }
td.TdClassName
{
border-color: #5CC0CD;
}
.TagClassName
{
border-color: #5CC0CD;
}
</style>