Shades of Viking #54AFC9
Tints of Viking #54AFC9
RGB
CMYK
RGB Variations
Color information
#54AFC9 (or 0x54AFC9) is known color: Viking. HEX triplet: 54, AF and C9. RGB value is (84,175,201). Sum of RGB (Red+Green+Blue) = 84+175+201=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #54AFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFC9 is #AB5036. Grayscale: #969696. Windows color (decimal): -11227191 or 13217620. OLE color: 13217620.
HSL color Cylindrical-coordinate representation of color #54AFC9: hue angle of 193.33º 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 #54AFC9 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 175 | 201 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.21 |
| HSL | 193.33º | 0.52% | 0.56% | - |
| HSV(B) | 193.33º | 0.58% | 0.79% | - |
| XYZ | 29.53 | 36.76 | 60.8 | - |
| YUV | 150.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 201 | 0.58 | 0.13 | 0 | 0.21 | 193.33 | 0.52 | 0.56 |
| Hex | 54 | AF | C9 | 3A | D | 0 | 15 | C1 | 34 | 38 |
| Octal | 124 | 257 | 311 | 72 | 15 | 0 | 25 | 301 | 64 | 70 |
| Binary | 1010100 | 10101111 | 11001001 | 111010 | 1101 | 0 | 10101 | 11000001 | 110100 | 111000 |
Color Harmonies of #54AFC9
Complementary color
Monochromatic Colors of #54AFC9
Black with #54AFC9
Text Example
Text Example
White with #54AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AFC9; }
p { color: rgb(84,175,201); }
H1.HeaderClassName
{
color: #54AFC9;
}
.AnyTagClassName
{
color: #54AFC9;
}
</style>
background-color css
<style>
a { background-color: #54AFC9; }
a { background-color: rgb(84,175,201); }
div.DivClassName
{
background-color: #54AFC9;
}
.BgClassName
{
background-color: #54AFC9;
}
</style>
border-color css
<style>
span { border-color: #54AFC9; }
span { border-color: rgb(84,175,201); }
td.TdClassName
{
border-color: #54AFC9;
}
.TagClassName
{
border-color: #54AFC9;
}
</style>