Shades of Viking #5DC2C6
Tints of Viking #5DC2C6
RGB
CMYK
RGB Variations
Color information
#5DC2C6 (or 0x5DC2C6) is known color: Viking. HEX triplet: 5D, C2 and C6. RGB value is (93,194,198). Sum of RGB (Red+Green+Blue) = 93+194+198=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #5DC2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC2C6 is #A23D39. Grayscale: #A4A4A4. Windows color (decimal): -10632506 or 13025885. OLE color: 13025885.
HSL color Cylindrical-coordinate representation of color #5DC2C6: hue angle of 182.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC2C6 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 194 | 198 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.22 |
| HSL | 182.29º | 0.48% | 0.57% | - |
| HSV(B) | 182.29º | 0.53% | 0.78% | - |
| XYZ | 34 | 44.99 | 60.32 | - |
| YUV | 164.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 198 | 0.53 | 0.02 | 0 | 0.22 | 182.29 | 0.48 | 0.57 |
| Hex | 5D | C2 | C6 | 35 | 2 | 0 | 16 | B6 | 30 | 39 |
| Octal | 135 | 302 | 306 | 65 | 2 | 0 | 26 | 266 | 60 | 71 |
| Binary | 1011101 | 11000010 | 11000110 | 110101 | 10 | 0 | 10110 | 10110110 | 110000 | 111001 |
Color Harmonies of #5DC2C6
Complementary color
Monochromatic Colors of #5DC2C6
Black with #5DC2C6
Text Example
Text Example
White with #5DC2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC2C6; }
p { color: rgb(93,194,198); }
H1.HeaderClassName
{
color: #5DC2C6;
}
.AnyTagClassName
{
color: #5DC2C6;
}
</style>
background-color css
<style>
a { background-color: #5DC2C6; }
a { background-color: rgb(93,194,198); }
div.DivClassName
{
background-color: #5DC2C6;
}
.BgClassName
{
background-color: #5DC2C6;
}
</style>
border-color css
<style>
span { border-color: #5DC2C6; }
span { border-color: rgb(93,194,198); }
td.TdClassName
{
border-color: #5DC2C6;
}
.TagClassName
{
border-color: #5DC2C6;
}
</style>