Shades of Viking #54ACD2
Tints of Viking #54ACD2
RGB
CMYK
RGB Variations
Color information
#54ACD2 (or 0x54ACD2) is known color: Viking. HEX triplet: 54, AC and D2. RGB value is (84,172,210). Sum of RGB (Red+Green+Blue) = 84+172+210=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #54ACD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACD2 is #AB532D. Grayscale: #959595. Windows color (decimal): -11227950 or 13806676. OLE color: 13806676.
HSL color Cylindrical-coordinate representation of color #54ACD2: hue angle of 198.1º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54ACD2 is Cyan = 0.6, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 172 | 210 | - |
| CMYK | 0.6 | 0.18 | 0 | 0.18 |
| HSL | 198.1º | 0.58% | 0.58% | - |
| HSV(B) | 198.1º | 0.6% | 0.82% | - |
| XYZ | 30.04 | 36.04 | 66.35 | - |
| YUV | 150.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 210 | 0.6 | 0.18 | 0 | 0.18 | 198.1 | 0.58 | 0.58 |
| Hex | 54 | AC | D2 | 3C | 12 | 0 | 12 | C6 | 3A | 3A |
| Octal | 124 | 254 | 322 | 74 | 22 | 0 | 22 | 306 | 72 | 72 |
| Binary | 1010100 | 10101100 | 11010010 | 111100 | 10010 | 0 | 10010 | 11000110 | 111010 | 111010 |
Color Harmonies of #54ACD2
Complementary color
Monochromatic Colors of #54ACD2
Black with #54ACD2
Text Example
Text Example
White with #54ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ACD2; }
p { color: rgb(84,172,210); }
H1.HeaderClassName
{
color: #54ACD2;
}
.AnyTagClassName
{
color: #54ACD2;
}
</style>
background-color css
<style>
a { background-color: #54ACD2; }
a { background-color: rgb(84,172,210); }
div.DivClassName
{
background-color: #54ACD2;
}
.BgClassName
{
background-color: #54ACD2;
}
</style>
border-color css
<style>
span { border-color: #54ACD2; }
span { border-color: rgb(84,172,210); }
td.TdClassName
{
border-color: #54ACD2;
}
.TagClassName
{
border-color: #54ACD2;
}
</style>