Shades of Viking #54ADD3
Tints of Viking #54ADD3
RGB
CMYK
RGB Variations
Color information
#54ADD3 (or 0x54ADD3) is known color: Viking. HEX triplet: 54, AD and D3. RGB value is (84,173,211). Sum of RGB (Red+Green+Blue) = 84+173+211=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #54ADD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADD3 is #AB522C. Grayscale: #969696. Windows color (decimal): -11227693 or 13872468. OLE color: 13872468.
HSL color Cylindrical-coordinate representation of color #54ADD3: hue angle of 197.95º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54ADD3 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 173 | 211 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.17 |
| HSL | 197.95º | 0.59% | 0.58% | - |
| HSV(B) | 197.95º | 0.6% | 0.83% | - |
| XYZ | 30.36 | 36.48 | 67.07 | - |
| YUV | 150.72 | 162.01 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 211 | 0.60 | 0.18 | 0 | 0.17 | 197.95 | 0.59 | 0.58 |
| Hex | 54 | AD | D3 | 3C | 12 | 0 | 11 | C6 | 3B | 3A |
| Octal | 124 | 255 | 323 | 74 | 22 | 0 | 21 | 306 | 73 | 72 |
| Binary | 1010100 | 10101101 | 11010011 | 111100 | 10010 | 0 | 10001 | 11000110 | 111011 | 111010 |
Color Harmonies of #54ADD3
Complementary color
Monochromatic Colors of #54ADD3
Black with #54ADD3
Text Example
Text Example
White with #54ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADD3; }
p { color: rgb(84,173,211); }
H1.HeaderClassName
{
color: #54ADD3;
}
.AnyTagClassName
{
color: #54ADD3;
}
</style>
background-color css
<style>
a { background-color: #54ADD3; }
a { background-color: rgb(84,173,211); }
div.DivClassName
{
background-color: #54ADD3;
}
.BgClassName
{
background-color: #54ADD3;
}
</style>
border-color css
<style>
span { border-color: #54ADD3; }
span { border-color: rgb(84,173,211); }
td.TdClassName
{
border-color: #54ADD3;
}
.TagClassName
{
border-color: #54ADD3;
}
</style>