Shades of Viking #5CBBCE
Tints of Viking #5CBBCE
RGB
CMYK
RGB Variations
Color information
#5CBBCE (or 0x5CBBCE) is known color: Viking. HEX triplet: 5C, BB and CE. RGB value is (92,187,206). Sum of RGB (Red+Green+Blue) = 92+187+206=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CBBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBBCE is #A34431. Grayscale: #A0A0A0. Windows color (decimal): -10699826 or 13548380. OLE color: 13548380.
HSL color Cylindrical-coordinate representation of color #5CBBCE: hue angle of 190º 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 #5CBBCE is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 187 | 206 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.19 |
| HSL | 190º | 0.54% | 0.58% | - |
| HSV(B) | 190º | 0.55% | 0.81% | - |
| XYZ | 33.32 | 42.27 | 64.8 | - |
| YUV | 160.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 187 | 206 | 0.55 | 0.09 | 0 | 0.19 | 190 | 0.54 | 0.58 |
| Hex | 5C | BB | CE | 37 | 9 | 0 | 13 | BE | 36 | 3A |
| Octal | 134 | 273 | 316 | 67 | 11 | 0 | 23 | 276 | 66 | 72 |
| Binary | 1011100 | 10111011 | 11001110 | 110111 | 1001 | 0 | 10011 | 10111110 | 110110 | 111010 |
Color Harmonies of #5CBBCE
Complementary color
Monochromatic Colors of #5CBBCE
Black with #5CBBCE
Text Example
Text Example
White with #5CBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBBCE; }
p { color: rgb(92,187,206); }
H1.HeaderClassName
{
color: #5CBBCE;
}
.AnyTagClassName
{
color: #5CBBCE;
}
</style>
background-color css
<style>
a { background-color: #5CBBCE; }
a { background-color: rgb(92,187,206); }
div.DivClassName
{
background-color: #5CBBCE;
}
.BgClassName
{
background-color: #5CBBCE;
}
</style>
border-color css
<style>
span { border-color: #5CBBCE; }
span { border-color: rgb(92,187,206); }
td.TdClassName
{
border-color: #5CBBCE;
}
.TagClassName
{
border-color: #5CBBCE;
}
</style>