Shades of Viking #5CC1CC
Tints of Viking #5CC1CC
RGB
CMYK
RGB Variations
Color information
#5CC1CC (or 0x5CC1CC) is known color: Viking. HEX triplet: 5C, C1 and CC. RGB value is (92,193,204). Sum of RGB (Red+Green+Blue) = 92+193+204=489 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.81% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CC1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC1CC is #A33E33. Grayscale: #A3A3A3. Windows color (decimal): -10698292 or 13418844. OLE color: 13418844.
HSL color Cylindrical-coordinate representation of color #5CC1CC: hue angle of 185.89º degrees, saturation: 0.52, 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 #5CC1CC is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 193 | 204 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.2 |
| HSL | 185.89º | 0.52% | 0.58% | - |
| HSV(B) | 185.89º | 0.55% | 0.8% | - |
| XYZ | 34.38 | 44.77 | 63.96 | - |
| YUV | 164.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 204 | 0.55 | 0.05 | 0 | 0.2 | 185.89 | 0.52 | 0.58 |
| Hex | 5C | C1 | CC | 37 | 5 | 0 | 14 | BA | 34 | 3A |
| Octal | 134 | 301 | 314 | 67 | 5 | 0 | 24 | 272 | 64 | 72 |
| Binary | 1011100 | 11000001 | 11001100 | 110111 | 101 | 0 | 10100 | 10111010 | 110100 | 111010 |
Color Harmonies of #5CC1CC
Complementary color
Monochromatic Colors of #5CC1CC
Black with #5CC1CC
Text Example
Text Example
White with #5CC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC1CC; }
p { color: rgb(92,193,204); }
H1.HeaderClassName
{
color: #5CC1CC;
}
.AnyTagClassName
{
color: #5CC1CC;
}
</style>
background-color css
<style>
a { background-color: #5CC1CC; }
a { background-color: rgb(92,193,204); }
div.DivClassName
{
background-color: #5CC1CC;
}
.BgClassName
{
background-color: #5CC1CC;
}
</style>
border-color css
<style>
span { border-color: #5CC1CC; }
span { border-color: rgb(92,193,204); }
td.TdClassName
{
border-color: #5CC1CC;
}
.TagClassName
{
border-color: #5CC1CC;
}
</style>