Shades of Viking #54ADC9
Tints of Viking #54ADC9
RGB
CMYK
RGB Variations
Color information
#54ADC9 (or 0x54ADC9) is known color: Viking. HEX triplet: 54, AD and C9. RGB value is (84,173,201). Sum of RGB (Red+Green+Blue) = 84+173+201=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #54ADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADC9 is #AB5236. Grayscale: #959595. Windows color (decimal): -11227703 or 13217108. OLE color: 13217108.
HSL color Cylindrical-coordinate representation of color #54ADC9: hue angle of 194.36º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54ADC9 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 173 | 201 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.21 |
| HSL | 194.36º | 0.52% | 0.56% | - |
| HSV(B) | 194.36º | 0.58% | 0.79% | - |
| XYZ | 29.14 | 35.99 | 60.67 | - |
| YUV | 149.58 | 157.01 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 201 | 0.58 | 0.14 | 0 | 0.21 | 194.36 | 0.52 | 0.56 |
| Hex | 54 | AD | C9 | 3A | E | 0 | 15 | C2 | 34 | 38 |
| Octal | 124 | 255 | 311 | 72 | 16 | 0 | 25 | 302 | 64 | 70 |
| Binary | 1010100 | 10101101 | 11001001 | 111010 | 1110 | 0 | 10101 | 11000010 | 110100 | 111000 |
Color Harmonies of #54ADC9
Complementary color
Monochromatic Colors of #54ADC9
Black with #54ADC9
Text Example
Text Example
White with #54ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADC9; }
p { color: rgb(84,173,201); }
H1.HeaderClassName
{
color: #54ADC9;
}
.AnyTagClassName
{
color: #54ADC9;
}
</style>
background-color css
<style>
a { background-color: #54ADC9; }
a { background-color: rgb(84,173,201); }
div.DivClassName
{
background-color: #54ADC9;
}
.BgClassName
{
background-color: #54ADC9;
}
</style>
border-color css
<style>
span { border-color: #54ADC9; }
span { border-color: rgb(84,173,201); }
td.TdClassName
{
border-color: #54ADC9;
}
.TagClassName
{
border-color: #54ADC9;
}
</style>