Shades of Viking #54BEBF
Tints of Viking #54BEBF
RGB
CMYK
RGB Variations
Color information
#54BEBF (or 0x54BEBF) is known color: Viking. HEX triplet: 54, BE and BF. RGB value is (84,190,191). Sum of RGB (Red+Green+Blue) = 84+190+191=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #54BEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEBF is #AB4140. Grayscale: #9E9E9E. Windows color (decimal): -11223361 or 12566100. OLE color: 12566100.
HSL color Cylindrical-coordinate representation of color #54BEBF: hue angle of 180.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BEBF is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 190 | 191 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.25 |
| HSL | 180.56º | 0.46% | 0.54% | - |
| HSV(B) | 180.56º | 0.56% | 0.75% | - |
| XYZ | 31.47 | 42.47 | 55.83 | - |
| YUV | 158.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 191 | 0.56 | 0.01 | 0 | 0.25 | 180.56 | 0.46 | 0.54 |
| Hex | 54 | BE | BF | 38 | 1 | 0 | 19 | B5 | 2E | 36 |
| Octal | 124 | 276 | 277 | 70 | 1 | 0 | 31 | 265 | 56 | 66 |
| Binary | 1010100 | 10111110 | 10111111 | 111000 | 1 | 0 | 11001 | 10110101 | 101110 | 110110 |
Color Harmonies of #54BEBF
Complementary color
Monochromatic Colors of #54BEBF
Black with #54BEBF
Text Example
Text Example
White with #54BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BEBF; }
p { color: rgb(84,190,191); }
H1.HeaderClassName
{
color: #54BEBF;
}
.AnyTagClassName
{
color: #54BEBF;
}
</style>
background-color css
<style>
a { background-color: #54BEBF; }
a { background-color: rgb(84,190,191); }
div.DivClassName
{
background-color: #54BEBF;
}
.BgClassName
{
background-color: #54BEBF;
}
</style>
border-color css
<style>
span { border-color: #54BEBF; }
span { border-color: rgb(84,190,191); }
td.TdClassName
{
border-color: #54BEBF;
}
.TagClassName
{
border-color: #54BEBF;
}
</style>