Shades of Viking #5DBBD2
Tints of Viking #5DBBD2
RGB
CMYK
RGB Variations
Color information
#5DBBD2 (or 0x5DBBD2) is known color: Viking. HEX triplet: 5D, BB and D2. RGB value is (93,187,210). Sum of RGB (Red+Green+Blue) = 93+187+210=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #5DBBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBD2 is #A2442D. Grayscale: #A1A1A1. Windows color (decimal): -10634286 or 13810525. OLE color: 13810525.
HSL color Cylindrical-coordinate representation of color #5DBBD2: hue angle of 191.79º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DBBD2 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 187 | 210 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.18 |
| HSL | 191.79º | 0.57% | 0.59% | - |
| HSV(B) | 191.79º | 0.56% | 0.82% | - |
| XYZ | 33.92 | 42.52 | 67.39 | - |
| YUV | 161.52 | 155.36 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 210 | 0.56 | 0.11 | 0 | 0.18 | 191.79 | 0.57 | 0.59 |
| Hex | 5D | BB | D2 | 38 | B | 0 | 12 | C0 | 39 | 3B |
| Octal | 135 | 273 | 322 | 70 | 13 | 0 | 22 | 300 | 71 | 73 |
| Binary | 1011101 | 10111011 | 11010010 | 111000 | 1011 | 0 | 10010 | 11000000 | 111001 | 111011 |
Color Harmonies of #5DBBD2
Complementary color
Monochromatic Colors of #5DBBD2
Black with #5DBBD2
Text Example
Text Example
White with #5DBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBD2; }
p { color: rgb(93,187,210); }
H1.HeaderClassName
{
color: #5DBBD2;
}
.AnyTagClassName
{
color: #5DBBD2;
}
</style>
background-color css
<style>
a { background-color: #5DBBD2; }
a { background-color: rgb(93,187,210); }
div.DivClassName
{
background-color: #5DBBD2;
}
.BgClassName
{
background-color: #5DBBD2;
}
</style>
border-color css
<style>
span { border-color: #5DBBD2; }
span { border-color: rgb(93,187,210); }
td.TdClassName
{
border-color: #5DBBD2;
}
.TagClassName
{
border-color: #5DBBD2;
}
</style>