Shades of Viking #54ADC5
Tints of Viking #54ADC5
RGB
CMYK
RGB Variations
Color information
#54ADC5 (or 0x54ADC5) is known color: Viking. HEX triplet: 54, AD and C5. RGB value is (84,173,197). Sum of RGB (Red+Green+Blue) = 84+173+197=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #54ADC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADC5 is #AB523A. Grayscale: #949494. Windows color (decimal): -11227707 or 12954964. OLE color: 12954964.
HSL color Cylindrical-coordinate representation of color #54ADC5: hue angle of 192.74º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54ADC5 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 173 | 197 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.23 |
| HSL | 192.74º | 0.49% | 0.55% | - |
| HSV(B) | 192.74º | 0.57% | 0.77% | - |
| XYZ | 28.68 | 35.8 | 58.22 | - |
| YUV | 149.13 | 155.01 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 197 | 0.57 | 0.12 | 0 | 0.23 | 192.74 | 0.49 | 0.55 |
| Hex | 54 | AD | C5 | 39 | C | 0 | 17 | C1 | 31 | 37 |
| Octal | 124 | 255 | 305 | 71 | 14 | 0 | 27 | 301 | 61 | 67 |
| Binary | 1010100 | 10101101 | 11000101 | 111001 | 1100 | 0 | 10111 | 11000001 | 110001 | 110111 |
Color Harmonies of #54ADC5
Complementary color
Monochromatic Colors of #54ADC5
Black with #54ADC5
Text Example
Text Example
White with #54ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADC5; }
p { color: rgb(84,173,197); }
H1.HeaderClassName
{
color: #54ADC5;
}
.AnyTagClassName
{
color: #54ADC5;
}
</style>
background-color css
<style>
a { background-color: #54ADC5; }
a { background-color: rgb(84,173,197); }
div.DivClassName
{
background-color: #54ADC5;
}
.BgClassName
{
background-color: #54ADC5;
}
</style>
border-color css
<style>
span { border-color: #54ADC5; }
span { border-color: rgb(84,173,197); }
td.TdClassName
{
border-color: #54ADC5;
}
.TagClassName
{
border-color: #54ADC5;
}
</style>