Shades of Viking #54BECC
Tints of Viking #54BECC
RGB
CMYK
RGB Variations
Color information
#54BECC (or 0x54BECC) is known color: Viking. HEX triplet: 54, BE and CC. RGB value is (84,190,204). Sum of RGB (Red+Green+Blue) = 84+190+204=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #54BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BECC is #AB4133. Grayscale: #9F9F9F. Windows color (decimal): -11223348 or 13418068. OLE color: 13418068.
HSL color Cylindrical-coordinate representation of color #54BECC: hue angle of 187º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54BECC is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 190 | 204 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.2 |
| HSL | 187º | 0.54% | 0.56% | - |
| HSV(B) | 187º | 0.59% | 0.8% | - |
| XYZ | 32.97 | 43.07 | 63.7 | - |
| YUV | 159.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 204 | 0.59 | 0.07 | 0 | 0.2 | 187 | 0.54 | 0.56 |
| Hex | 54 | BE | CC | 3B | 7 | 0 | 14 | BB | 36 | 38 |
| Octal | 124 | 276 | 314 | 73 | 7 | 0 | 24 | 273 | 66 | 70 |
| Binary | 1010100 | 10111110 | 11001100 | 111011 | 111 | 0 | 10100 | 10111011 | 110110 | 111000 |
Color Harmonies of #54BECC
Complementary color
Monochromatic Colors of #54BECC
Black with #54BECC
Text Example
Text Example
White with #54BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BECC; }
p { color: rgb(84,190,204); }
H1.HeaderClassName
{
color: #54BECC;
}
.AnyTagClassName
{
color: #54BECC;
}
</style>
background-color css
<style>
a { background-color: #54BECC; }
a { background-color: rgb(84,190,204); }
div.DivClassName
{
background-color: #54BECC;
}
.BgClassName
{
background-color: #54BECC;
}
</style>
border-color css
<style>
span { border-color: #54BECC; }
span { border-color: rgb(84,190,204); }
td.TdClassName
{
border-color: #54BECC;
}
.TagClassName
{
border-color: #54BECC;
}
</style>