Shades of Viking #54BEC6
Tints of Viking #54BEC6
RGB
CMYK
RGB Variations
Color information
#54BEC6 (or 0x54BEC6) is known color: Viking. HEX triplet: 54, BE and C6. RGB value is (84,190,198). Sum of RGB (Red+Green+Blue) = 84+190+198=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #54BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEC6 is #AB4139. Grayscale: #9F9F9F. Windows color (decimal): -11223354 or 13024852. OLE color: 13024852.
HSL color Cylindrical-coordinate representation of color #54BEC6: hue angle of 184.21º 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 #54BEC6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 190 | 198 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.22 |
| HSL | 184.21º | 0.5% | 0.55% | - |
| HSV(B) | 184.21º | 0.58% | 0.78% | - |
| XYZ | 32.26 | 42.79 | 59.98 | - |
| YUV | 159.22 | 149.88 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 198 | 0.58 | 0.04 | 0 | 0.22 | 184.21 | 0.5 | 0.55 |
| Hex | 54 | BE | C6 | 3A | 4 | 0 | 16 | B8 | 32 | 37 |
| Octal | 124 | 276 | 306 | 72 | 4 | 0 | 26 | 270 | 62 | 67 |
| Binary | 1010100 | 10111110 | 11000110 | 111010 | 100 | 0 | 10110 | 10111000 | 110010 | 110111 |
Color Harmonies of #54BEC6
Complementary color
Monochromatic Colors of #54BEC6
Black with #54BEC6
Text Example
Text Example
White with #54BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BEC6; }
p { color: rgb(84,190,198); }
H1.HeaderClassName
{
color: #54BEC6;
}
.AnyTagClassName
{
color: #54BEC6;
}
</style>
background-color css
<style>
a { background-color: #54BEC6; }
a { background-color: rgb(84,190,198); }
div.DivClassName
{
background-color: #54BEC6;
}
.BgClassName
{
background-color: #54BEC6;
}
</style>
border-color css
<style>
span { border-color: #54BEC6; }
span { border-color: rgb(84,190,198); }
td.TdClassName
{
border-color: #54BEC6;
}
.TagClassName
{
border-color: #54BEC6;
}
</style>