Shades of Viking #54BAD3
Tints of Viking #54BAD3
RGB
CMYK
RGB Variations
Color information
#54BAD3 (or 0x54BAD3) is known color: Viking. HEX triplet: 54, BA and D3. RGB value is (84,186,211). Sum of RGB (Red+Green+Blue) = 84+186+211=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 211 - color contains mainly: blue. Hex color #54BAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BAD3 is #AB452C. Grayscale: #9E9E9E. Windows color (decimal): -11224365 or 13875796. OLE color: 13875796.
HSL color Cylindrical-coordinate representation of color #54BAD3: hue angle of 191.81º 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 #54BAD3 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 186 | 211 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.17 |
| HSL | 191.81º | 0.59% | 0.58% | - |
| HSV(B) | 191.81º | 0.6% | 0.83% | - |
| XYZ | 32.97 | 41.71 | 67.94 | - |
| YUV | 158.35 | 157.71 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 211 | 0.60 | 0.12 | 0 | 0.17 | 191.81 | 0.59 | 0.58 |
| Hex | 54 | BA | D3 | 3C | C | 0 | 11 | C0 | 3B | 3A |
| Octal | 124 | 272 | 323 | 74 | 14 | 0 | 21 | 300 | 73 | 72 |
| Binary | 1010100 | 10111010 | 11010011 | 111100 | 1100 | 0 | 10001 | 11000000 | 111011 | 111010 |
Color Harmonies of #54BAD3
Complementary color
Monochromatic Colors of #54BAD3
Black with #54BAD3
Text Example
Text Example
White with #54BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAD3; }
p { color: rgb(84,186,211); }
H1.HeaderClassName
{
color: #54BAD3;
}
.AnyTagClassName
{
color: #54BAD3;
}
</style>
background-color css
<style>
a { background-color: #54BAD3; }
a { background-color: rgb(84,186,211); }
div.DivClassName
{
background-color: #54BAD3;
}
.BgClassName
{
background-color: #54BAD3;
}
</style>
border-color css
<style>
span { border-color: #54BAD3; }
span { border-color: rgb(84,186,211); }
td.TdClassName
{
border-color: #54BAD3;
}
.TagClassName
{
border-color: #54BAD3;
}
</style>