Shades of Viking #54ADCD
Tints of Viking #54ADCD
RGB
CMYK
RGB Variations
Color information
#54ADCD (or 0x54ADCD) is known color: Viking. HEX triplet: 54, AD and CD. RGB value is (84,173,205). Sum of RGB (Red+Green+Blue) = 84+173+205=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #54ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADCD is #AB5232. Grayscale: #959595. Windows color (decimal): -11227699 or 13479252. OLE color: 13479252.
HSL color Cylindrical-coordinate representation of color #54ADCD: hue angle of 195.87º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54ADCD is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 173 | 205 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.20 |
| HSL | 195.87º | 0.55% | 0.57% | - |
| HSV(B) | 195.87º | 0.59% | 0.8% | - |
| XYZ | 29.62 | 36.18 | 63.18 | - |
| YUV | 150.04 | 159.01 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 205 | 0.59 | 0.16 | 0 | 0.20 | 195.87 | 0.55 | 0.57 |
| Hex | 54 | AD | CD | 3B | 10 | 0 | 14 | C4 | 37 | 39 |
| Octal | 124 | 255 | 315 | 73 | 20 | 0 | 24 | 304 | 67 | 71 |
| Binary | 1010100 | 10101101 | 11001101 | 111011 | 10000 | 0 | 10100 | 11000100 | 110111 | 111001 |
Color Harmonies of #54ADCD
Complementary color
Monochromatic Colors of #54ADCD
Black with #54ADCD
Text Example
Text Example
White with #54ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADCD; }
p { color: rgb(84,173,205); }
H1.HeaderClassName
{
color: #54ADCD;
}
.AnyTagClassName
{
color: #54ADCD;
}
</style>
background-color css
<style>
a { background-color: #54ADCD; }
a { background-color: rgb(84,173,205); }
div.DivClassName
{
background-color: #54ADCD;
}
.BgClassName
{
background-color: #54ADCD;
}
</style>
border-color css
<style>
span { border-color: #54ADCD; }
span { border-color: rgb(84,173,205); }
td.TdClassName
{
border-color: #54ADCD;
}
.TagClassName
{
border-color: #54ADCD;
}
</style>