Shades of Viking #5CB4CE
Tints of Viking #5CB4CE
RGB
CMYK
RGB Variations
Color information
#5CB4CE (or 0x5CB4CE) is known color: Viking. HEX triplet: 5C, B4 and CE. RGB value is (92,180,206). Sum of RGB (Red+Green+Blue) = 92+180+206=478 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.25% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CB4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB4CE is #A34B31. Grayscale: #9C9C9C. Windows color (decimal): -10701618 or 13546588. OLE color: 13546588.
HSL color Cylindrical-coordinate representation of color #5CB4CE: hue angle of 193.68º 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 #5CB4CE is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 180 | 206 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.19 |
| HSL | 193.68º | 0.54% | 0.58% | - |
| HSV(B) | 193.68º | 0.55% | 0.81% | - |
| XYZ | 31.88 | 39.37 | 64.31 | - |
| YUV | 156.65 | 155.85 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 206 | 0.55 | 0.13 | 0 | 0.19 | 193.68 | 0.54 | 0.58 |
| Hex | 5C | B4 | CE | 37 | D | 0 | 13 | C2 | 36 | 3A |
| Octal | 134 | 264 | 316 | 67 | 15 | 0 | 23 | 302 | 66 | 72 |
| Binary | 1011100 | 10110100 | 11001110 | 110111 | 1101 | 0 | 10011 | 11000010 | 110110 | 111010 |
Color Harmonies of #5CB4CE
Complementary color
Monochromatic Colors of #5CB4CE
Black with #5CB4CE
Text Example
Text Example
White with #5CB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB4CE; }
p { color: rgb(92,180,206); }
H1.HeaderClassName
{
color: #5CB4CE;
}
.AnyTagClassName
{
color: #5CB4CE;
}
</style>
background-color css
<style>
a { background-color: #5CB4CE; }
a { background-color: rgb(92,180,206); }
div.DivClassName
{
background-color: #5CB4CE;
}
.BgClassName
{
background-color: #5CB4CE;
}
</style>
border-color css
<style>
span { border-color: #5CB4CE; }
span { border-color: rgb(92,180,206); }
td.TdClassName
{
border-color: #5CB4CE;
}
.TagClassName
{
border-color: #5CB4CE;
}
</style>