Shades of Viking #5DBECC
Tints of Viking #5DBECC
RGB
CMYK
RGB Variations
Color information
#5DBECC (or 0x5DBECC) is known color: Viking. HEX triplet: 5D, BE and CC. RGB value is (93,190,204). Sum of RGB (Red+Green+Blue) = 93+190+204=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBECC is #A24133. Grayscale: #A2A2A2. Windows color (decimal): -10633524 or 13418077. OLE color: 13418077.
HSL color Cylindrical-coordinate representation of color #5DBECC: hue angle of 187.57º 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 #5DBECC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 190 | 204 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.2 |
| HSL | 187.57º | 0.52% | 0.58% | - |
| HSV(B) | 187.57º | 0.54% | 0.8% | - |
| XYZ | 33.83 | 43.51 | 63.74 | - |
| YUV | 162.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 204 | 0.54 | 0.07 | 0 | 0.2 | 187.57 | 0.52 | 0.58 |
| Hex | 5D | BE | CC | 36 | 7 | 0 | 14 | BC | 34 | 3A |
| Octal | 135 | 276 | 314 | 66 | 7 | 0 | 24 | 274 | 64 | 72 |
| Binary | 1011101 | 10111110 | 11001100 | 110110 | 111 | 0 | 10100 | 10111100 | 110100 | 111010 |
Color Harmonies of #5DBECC
Complementary color
Monochromatic Colors of #5DBECC
Black with #5DBECC
Text Example
Text Example
White with #5DBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBECC; }
p { color: rgb(93,190,204); }
H1.HeaderClassName
{
color: #5DBECC;
}
.AnyTagClassName
{
color: #5DBECC;
}
</style>
background-color css
<style>
a { background-color: #5DBECC; }
a { background-color: rgb(93,190,204); }
div.DivClassName
{
background-color: #5DBECC;
}
.BgClassName
{
background-color: #5DBECC;
}
</style>
border-color css
<style>
span { border-color: #5DBECC; }
span { border-color: rgb(93,190,204); }
td.TdClassName
{
border-color: #5DBECC;
}
.TagClassName
{
border-color: #5DBECC;
}
</style>