Shades of Viking #5DBFCA
Tints of Viking #5DBFCA
RGB
CMYK
RGB Variations
Color information
#5DBFCA (or 0x5DBFCA) is known color: Viking. HEX triplet: 5D, BF and CA. RGB value is (93,191,202). Sum of RGB (Red+Green+Blue) = 93+191+202=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #5DBFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFCA is #A24035. Grayscale: #A2A2A2. Windows color (decimal): -10633270 or 13287261. OLE color: 13287261.
HSL color Cylindrical-coordinate representation of color #5DBFCA: hue angle of 186.06º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DBFCA is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 191 | 202 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.21 |
| HSL | 186.06º | 0.51% | 0.58% | - |
| HSV(B) | 186.06º | 0.54% | 0.79% | - |
| XYZ | 33.81 | 43.85 | 62.56 | - |
| YUV | 162.95 | 150.03 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 202 | 0.54 | 0.05 | 0 | 0.21 | 186.06 | 0.51 | 0.58 |
| Hex | 5D | BF | CA | 36 | 5 | 0 | 15 | BA | 33 | 3A |
| Octal | 135 | 277 | 312 | 66 | 5 | 0 | 25 | 272 | 63 | 72 |
| Binary | 1011101 | 10111111 | 11001010 | 110110 | 101 | 0 | 10101 | 10111010 | 110011 | 111010 |
Color Harmonies of #5DBFCA
Complementary color
Monochromatic Colors of #5DBFCA
Black with #5DBFCA
Text Example
Text Example
White with #5DBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFCA; }
p { color: rgb(93,191,202); }
H1.HeaderClassName
{
color: #5DBFCA;
}
.AnyTagClassName
{
color: #5DBFCA;
}
</style>
background-color css
<style>
a { background-color: #5DBFCA; }
a { background-color: rgb(93,191,202); }
div.DivClassName
{
background-color: #5DBFCA;
}
.BgClassName
{
background-color: #5DBFCA;
}
</style>
border-color css
<style>
span { border-color: #5DBFCA; }
span { border-color: rgb(93,191,202); }
td.TdClassName
{
border-color: #5DBFCA;
}
.TagClassName
{
border-color: #5DBFCA;
}
</style>