Shades of Viking #5CC0D3
Tints of Viking #5CC0D3
RGB
CMYK
RGB Variations
Color information
#5CC0D3 (or 0x5CC0D3) is known color: Viking. HEX triplet: 5C, C0 and D3. RGB value is (92,192,211). Sum of RGB (Red+Green+Blue) = 92+192+211=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #5CC0D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC0D3 is #A33F2C. Grayscale: #A4A4A4. Windows color (decimal): -10698541 or 13877340. OLE color: 13877340.
HSL color Cylindrical-coordinate representation of color #5CC0D3: hue angle of 189.58º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CC0D3 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 192 | 211 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.17 |
| HSL | 189.58º | 0.57% | 0.59% | - |
| HSV(B) | 189.58º | 0.56% | 0.83% | - |
| XYZ | 35.02 | 44.68 | 68.41 | - |
| YUV | 164.27 | 154.37 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 211 | 0.56 | 0.09 | 0 | 0.17 | 189.58 | 0.57 | 0.59 |
| Hex | 5C | C0 | D3 | 38 | 9 | 0 | 11 | BE | 39 | 3B |
| Octal | 134 | 300 | 323 | 70 | 11 | 0 | 21 | 276 | 71 | 73 |
| Binary | 1011100 | 11000000 | 11010011 | 111000 | 1001 | 0 | 10001 | 10111110 | 111001 | 111011 |
Color Harmonies of #5CC0D3
Complementary color
Monochromatic Colors of #5CC0D3
Black with #5CC0D3
Text Example
Text Example
White with #5CC0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC0D3; }
p { color: rgb(92,192,211); }
H1.HeaderClassName
{
color: #5CC0D3;
}
.AnyTagClassName
{
color: #5CC0D3;
}
</style>
background-color css
<style>
a { background-color: #5CC0D3; }
a { background-color: rgb(92,192,211); }
div.DivClassName
{
background-color: #5CC0D3;
}
.BgClassName
{
background-color: #5CC0D3;
}
</style>
border-color css
<style>
span { border-color: #5CC0D3; }
span { border-color: rgb(92,192,211); }
td.TdClassName
{
border-color: #5CC0D3;
}
.TagClassName
{
border-color: #5CC0D3;
}
</style>