Shades of Viking #54B7CE
Tints of Viking #54B7CE
RGB
CMYK
RGB Variations
Color information
#54B7CE (or 0x54B7CE) is known color: Viking. HEX triplet: 54, B7 and CE. RGB value is (84,183,206). Sum of RGB (Red+Green+Blue) = 84+183+206=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #54B7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B7CE is #AB4831. Grayscale: #9B9B9B. Windows color (decimal): -11225138 or 13547348. OLE color: 13547348.
HSL color Cylindrical-coordinate representation of color #54B7CE: hue angle of 191.31º 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 #54B7CE is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 183 | 206 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.19 |
| HSL | 191.31º | 0.55% | 0.57% | - |
| HSV(B) | 191.31º | 0.59% | 0.81% | - |
| XYZ | 31.73 | 40.21 | 64.48 | - |
| YUV | 156.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 183 | 206 | 0.59 | 0.11 | 0 | 0.19 | 191.31 | 0.55 | 0.57 |
| Hex | 54 | B7 | CE | 3B | B | 0 | 13 | BF | 37 | 39 |
| Octal | 124 | 267 | 316 | 73 | 13 | 0 | 23 | 277 | 67 | 71 |
| Binary | 1010100 | 10110111 | 11001110 | 111011 | 1011 | 0 | 10011 | 10111111 | 110111 | 111001 |
Color Harmonies of #54B7CE
Complementary color
Monochromatic Colors of #54B7CE
Black with #54B7CE
Text Example
Text Example
White with #54B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B7CE; }
p { color: rgb(84,183,206); }
H1.HeaderClassName
{
color: #54B7CE;
}
.AnyTagClassName
{
color: #54B7CE;
}
</style>
background-color css
<style>
a { background-color: #54B7CE; }
a { background-color: rgb(84,183,206); }
div.DivClassName
{
background-color: #54B7CE;
}
.BgClassName
{
background-color: #54B7CE;
}
</style>
border-color css
<style>
span { border-color: #54B7CE; }
span { border-color: rgb(84,183,206); }
td.TdClassName
{
border-color: #54B7CE;
}
.TagClassName
{
border-color: #54B7CE;
}
</style>