Shades of Viking #54BECE
Tints of Viking #54BECE
RGB
CMYK
RGB Variations
Color information
#54BECE (or 0x54BECE) is known color: Viking. HEX triplet: 54, BE and CE. RGB value is (84,190,206). Sum of RGB (Red+Green+Blue) = 84+190+206=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #54BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BECE is #AB4131. Grayscale: #9F9F9F. Windows color (decimal): -11223346 or 13549140. OLE color: 13549140.
HSL color Cylindrical-coordinate representation of color #54BECE: hue angle of 187.87º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54BECE is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 190 | 206 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.19 |
| HSL | 187.87º | 0.55% | 0.57% | - |
| HSV(B) | 187.87º | 0.59% | 0.81% | - |
| XYZ | 33.21 | 43.17 | 64.97 | - |
| YUV | 160.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 206 | 0.59 | 0.08 | 0 | 0.19 | 187.87 | 0.55 | 0.57 |
| Hex | 54 | BE | CE | 3B | 8 | 0 | 13 | BC | 37 | 39 |
| Octal | 124 | 276 | 316 | 73 | 10 | 0 | 23 | 274 | 67 | 71 |
| Binary | 1010100 | 10111110 | 11001110 | 111011 | 1000 | 0 | 10011 | 10111100 | 110111 | 111001 |
Color Harmonies of #54BECE
Complementary color
Monochromatic Colors of #54BECE
Black with #54BECE
Text Example
Text Example
White with #54BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BECE; }
p { color: rgb(84,190,206); }
H1.HeaderClassName
{
color: #54BECE;
}
.AnyTagClassName
{
color: #54BECE;
}
</style>
background-color css
<style>
a { background-color: #54BECE; }
a { background-color: rgb(84,190,206); }
div.DivClassName
{
background-color: #54BECE;
}
.BgClassName
{
background-color: #54BECE;
}
</style>
border-color css
<style>
span { border-color: #54BECE; }
span { border-color: rgb(84,190,206); }
td.TdClassName
{
border-color: #54BECE;
}
.TagClassName
{
border-color: #54BECE;
}
</style>