Shades of Viking #54AFC6
Tints of Viking #54AFC6
RGB
CMYK
RGB Variations
Color information
#54AFC6 (or 0x54AFC6) is known color: Viking. HEX triplet: 54, AF and C6. RGB value is (84,175,198). Sum of RGB (Red+Green+Blue) = 84+175+198=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #54AFC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFC6 is #AB5039. Grayscale: #969696. Windows color (decimal): -11227194 or 13021012. OLE color: 13021012.
HSL color Cylindrical-coordinate representation of color #54AFC6: hue angle of 192.11º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54AFC6 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 175 | 198 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.22 |
| HSL | 192.11º | 0.5% | 0.55% | - |
| HSV(B) | 192.11º | 0.58% | 0.78% | - |
| XYZ | 29.18 | 36.62 | 58.96 | - |
| YUV | 150.41 | 154.85 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 198 | 0.58 | 0.12 | 0 | 0.22 | 192.11 | 0.5 | 0.55 |
| Hex | 54 | AF | C6 | 3A | C | 0 | 16 | C0 | 32 | 37 |
| Octal | 124 | 257 | 306 | 72 | 14 | 0 | 26 | 300 | 62 | 67 |
| Binary | 1010100 | 10101111 | 11000110 | 111010 | 1100 | 0 | 10110 | 11000000 | 110010 | 110111 |
Color Harmonies of #54AFC6
Complementary color
Monochromatic Colors of #54AFC6
Black with #54AFC6
Text Example
Text Example
White with #54AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AFC6; }
p { color: rgb(84,175,198); }
H1.HeaderClassName
{
color: #54AFC6;
}
.AnyTagClassName
{
color: #54AFC6;
}
</style>
background-color css
<style>
a { background-color: #54AFC6; }
a { background-color: rgb(84,175,198); }
div.DivClassName
{
background-color: #54AFC6;
}
.BgClassName
{
background-color: #54AFC6;
}
</style>
border-color css
<style>
span { border-color: #54AFC6; }
span { border-color: rgb(84,175,198); }
td.TdClassName
{
border-color: #54AFC6;
}
.TagClassName
{
border-color: #54AFC6;
}
</style>