Shades of Viking #54BDC1
Tints of Viking #54BDC1
RGB
CMYK
RGB Variations
Color information
#54BDC1 (or 0x54BDC1) is known color: Viking. HEX triplet: 54, BD and C1. RGB value is (84,189,193). Sum of RGB (Red+Green+Blue) = 84+189+193=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #54BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDC1 is #AB423E. Grayscale: #9D9D9D. Windows color (decimal): -11223615 or 12696916. OLE color: 12696916.
HSL color Cylindrical-coordinate representation of color #54BDC1: hue angle of 182.2º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BDC1 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 189 | 193 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.24 |
| HSL | 182.2º | 0.47% | 0.54% | - |
| HSV(B) | 182.2º | 0.56% | 0.76% | - |
| XYZ | 31.48 | 42.13 | 56.92 | - |
| YUV | 158.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 193 | 0.56 | 0.02 | 0 | 0.24 | 182.2 | 0.47 | 0.54 |
| Hex | 54 | BD | C1 | 38 | 2 | 0 | 18 | B6 | 2F | 36 |
| Octal | 124 | 275 | 301 | 70 | 2 | 0 | 30 | 266 | 57 | 66 |
| Binary | 1010100 | 10111101 | 11000001 | 111000 | 10 | 0 | 11000 | 10110110 | 101111 | 110110 |
Color Harmonies of #54BDC1
Complementary color
Monochromatic Colors of #54BDC1
Black with #54BDC1
Text Example
Text Example
White with #54BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDC1; }
p { color: rgb(84,189,193); }
H1.HeaderClassName
{
color: #54BDC1;
}
.AnyTagClassName
{
color: #54BDC1;
}
</style>
background-color css
<style>
a { background-color: #54BDC1; }
a { background-color: rgb(84,189,193); }
div.DivClassName
{
background-color: #54BDC1;
}
.BgClassName
{
background-color: #54BDC1;
}
</style>
border-color css
<style>
span { border-color: #54BDC1; }
span { border-color: rgb(84,189,193); }
td.TdClassName
{
border-color: #54BDC1;
}
.TagClassName
{
border-color: #54BDC1;
}
</style>