Shades of Viking #5DB3CC
Tints of Viking #5DB3CC
RGB
CMYK
RGB Variations
Color information
#5DB3CC (or 0x5DB3CC) is known color: Viking. HEX triplet: 5D, B3 and CC. RGB value is (93,179,204). Sum of RGB (Red+Green+Blue) = 93+179+204=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DB3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB3CC is #A24C33. Grayscale: #9B9B9B. Windows color (decimal): -10636340 or 13415261. OLE color: 13415261.
HSL color Cylindrical-coordinate representation of color #5DB3CC: hue angle of 193.51º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DB3CC is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 179 | 204 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.2 |
| HSL | 193.51º | 0.52% | 0.58% | - |
| HSV(B) | 193.51º | 0.54% | 0.8% | - |
| XYZ | 31.53 | 38.93 | 62.98 | - |
| YUV | 156.14 | 155.01 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 204 | 0.54 | 0.12 | 0 | 0.2 | 193.51 | 0.52 | 0.58 |
| Hex | 5D | B3 | CC | 36 | C | 0 | 14 | C2 | 34 | 3A |
| Octal | 135 | 263 | 314 | 66 | 14 | 0 | 24 | 302 | 64 | 72 |
| Binary | 1011101 | 10110011 | 11001100 | 110110 | 1100 | 0 | 10100 | 11000010 | 110100 | 111010 |
Color Harmonies of #5DB3CC
Complementary color
Monochromatic Colors of #5DB3CC
Black with #5DB3CC
Text Example
Text Example
White with #5DB3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB3CC; }
p { color: rgb(93,179,204); }
H1.HeaderClassName
{
color: #5DB3CC;
}
.AnyTagClassName
{
color: #5DB3CC;
}
</style>
background-color css
<style>
a { background-color: #5DB3CC; }
a { background-color: rgb(93,179,204); }
div.DivClassName
{
background-color: #5DB3CC;
}
.BgClassName
{
background-color: #5DB3CC;
}
</style>
border-color css
<style>
span { border-color: #5DB3CC; }
span { border-color: rgb(93,179,204); }
td.TdClassName
{
border-color: #5DB3CC;
}
.TagClassName
{
border-color: #5DB3CC;
}
</style>