Shades of Viking #54B3C9
Tints of Viking #54B3C9
RGB
CMYK
RGB Variations
Color information
#54B3C9 (or 0x54B3C9) is known color: Viking. HEX triplet: 54, B3 and C9. RGB value is (84,179,201). Sum of RGB (Red+Green+Blue) = 84+179+201=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #54B3C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B3C9 is #AB4C36. Grayscale: #989898. Windows color (decimal): -11226167 or 13218644. OLE color: 13218644.
HSL color Cylindrical-coordinate representation of color #54B3C9: hue angle of 191.28º 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 #54B3C9 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 179 | 201 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.21 |
| HSL | 191.28º | 0.52% | 0.56% | - |
| HSV(B) | 191.28º | 0.58% | 0.79% | - |
| XYZ | 30.32 | 38.34 | 61.06 | - |
| YUV | 153.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 179 | 201 | 0.58 | 0.11 | 0 | 0.21 | 191.28 | 0.52 | 0.56 |
| Hex | 54 | B3 | C9 | 3A | B | 0 | 15 | BF | 34 | 38 |
| Octal | 124 | 263 | 311 | 72 | 13 | 0 | 25 | 277 | 64 | 70 |
| Binary | 1010100 | 10110011 | 11001001 | 111010 | 1011 | 0 | 10101 | 10111111 | 110100 | 111000 |
Color Harmonies of #54B3C9
Complementary color
Monochromatic Colors of #54B3C9
Black with #54B3C9
Text Example
Text Example
White with #54B3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B3C9; }
p { color: rgb(84,179,201); }
H1.HeaderClassName
{
color: #54B3C9;
}
.AnyTagClassName
{
color: #54B3C9;
}
</style>
background-color css
<style>
a { background-color: #54B3C9; }
a { background-color: rgb(84,179,201); }
div.DivClassName
{
background-color: #54B3C9;
}
.BgClassName
{
background-color: #54B3C9;
}
</style>
border-color css
<style>
span { border-color: #54B3C9; }
span { border-color: rgb(84,179,201); }
td.TdClassName
{
border-color: #54B3C9;
}
.TagClassName
{
border-color: #54B3C9;
}
</style>