Shades of Viking #5DBEC3
Tints of Viking #5DBEC3
RGB
CMYK
RGB Variations
Color information
#5DBEC3 (or 0x5DBEC3) is known color: Viking. HEX triplet: 5D, BE and C3. RGB value is (93,190,195). Sum of RGB (Red+Green+Blue) = 93+190+195=478 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.46% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #5DBEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBEC3 is #A2413C. Grayscale: #A1A1A1. Windows color (decimal): -10633533 or 12828253. OLE color: 12828253.
HSL color Cylindrical-coordinate representation of color #5DBEC3: hue angle of 182.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DBEC3 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 190 | 195 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.24 |
| HSL | 182.94º | 0.46% | 0.56% | - |
| HSV(B) | 182.94º | 0.52% | 0.76% | - |
| XYZ | 32.78 | 43.09 | 58.22 | - |
| YUV | 161.57 | 146.86 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 195 | 0.52 | 0.03 | 0 | 0.24 | 182.94 | 0.46 | 0.56 |
| Hex | 5D | BE | C3 | 34 | 3 | 0 | 18 | B7 | 2E | 38 |
| Octal | 135 | 276 | 303 | 64 | 3 | 0 | 30 | 267 | 56 | 70 |
| Binary | 1011101 | 10111110 | 11000011 | 110100 | 11 | 0 | 11000 | 10110111 | 101110 | 111000 |
Color Harmonies of #5DBEC3
Complementary color
Monochromatic Colors of #5DBEC3
Black with #5DBEC3
Text Example
Text Example
White with #5DBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEC3; }
p { color: rgb(93,190,195); }
H1.HeaderClassName
{
color: #5DBEC3;
}
.AnyTagClassName
{
color: #5DBEC3;
}
</style>
background-color css
<style>
a { background-color: #5DBEC3; }
a { background-color: rgb(93,190,195); }
div.DivClassName
{
background-color: #5DBEC3;
}
.BgClassName
{
background-color: #5DBEC3;
}
</style>
border-color css
<style>
span { border-color: #5DBEC3; }
span { border-color: rgb(93,190,195); }
td.TdClassName
{
border-color: #5DBEC3;
}
.TagClassName
{
border-color: #5DBEC3;
}
</style>