Shades of Viking #5CBDCC
Tints of Viking #5CBDCC
RGB
CMYK
RGB Variations
Color information
#5CBDCC (or 0x5CBDCC) is known color: Viking. HEX triplet: 5C, BD and CC. RGB value is (92,189,204). Sum of RGB (Red+Green+Blue) = 92+189+204=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBDCC is #A34233. Grayscale: #A1A1A1. Windows color (decimal): -10699316 or 13417820. OLE color: 13417820.
HSL color Cylindrical-coordinate representation of color #5CBDCC: hue angle of 188.04º 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 #5CBDCC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 189 | 204 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.2 |
| HSL | 188.04º | 0.52% | 0.58% | - |
| HSV(B) | 188.04º | 0.55% | 0.8% | - |
| XYZ | 33.51 | 43.03 | 63.67 | - |
| YUV | 161.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 204 | 0.55 | 0.07 | 0 | 0.2 | 188.04 | 0.52 | 0.58 |
| Hex | 5C | BD | CC | 37 | 7 | 0 | 14 | BC | 34 | 3A |
| Octal | 134 | 275 | 314 | 67 | 7 | 0 | 24 | 274 | 64 | 72 |
| Binary | 1011100 | 10111101 | 11001100 | 110111 | 111 | 0 | 10100 | 10111100 | 110100 | 111010 |
Color Harmonies of #5CBDCC
Complementary color
Monochromatic Colors of #5CBDCC
Black with #5CBDCC
Text Example
Text Example
White with #5CBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBDCC; }
p { color: rgb(92,189,204); }
H1.HeaderClassName
{
color: #5CBDCC;
}
.AnyTagClassName
{
color: #5CBDCC;
}
</style>
background-color css
<style>
a { background-color: #5CBDCC; }
a { background-color: rgb(92,189,204); }
div.DivClassName
{
background-color: #5CBDCC;
}
.BgClassName
{
background-color: #5CBDCC;
}
</style>
border-color css
<style>
span { border-color: #5CBDCC; }
span { border-color: rgb(92,189,204); }
td.TdClassName
{
border-color: #5CBDCC;
}
.TagClassName
{
border-color: #5CBDCC;
}
</style>