Shades of Viking #54B1D3
Tints of Viking #54B1D3
RGB
CMYK
RGB Variations
Color information
#54B1D3 (or 0x54B1D3) is known color: Viking. HEX triplet: 54, B1 and D3. RGB value is (84,177,211). Sum of RGB (Red+Green+Blue) = 84+177+211=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #54B1D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B1D3 is #AB4E2C. Grayscale: #989898. Windows color (decimal): -11226669 or 13873492. OLE color: 13873492.
HSL color Cylindrical-coordinate representation of color #54B1D3: hue angle of 196.06º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54B1D3 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 177 | 211 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.17 |
| HSL | 196.06º | 0.59% | 0.58% | - |
| HSV(B) | 196.06º | 0.6% | 0.83% | - |
| XYZ | 31.14 | 38.03 | 67.33 | - |
| YUV | 153.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 177 | 211 | 0.60 | 0.16 | 0 | 0.17 | 196.06 | 0.59 | 0.58 |
| Hex | 54 | B1 | D3 | 3C | 10 | 0 | 11 | C4 | 3B | 3A |
| Octal | 124 | 261 | 323 | 74 | 20 | 0 | 21 | 304 | 73 | 72 |
| Binary | 1010100 | 10110001 | 11010011 | 111100 | 10000 | 0 | 10001 | 11000100 | 111011 | 111010 |
Color Harmonies of #54B1D3
Complementary color
Monochromatic Colors of #54B1D3
Black with #54B1D3
Text Example
Text Example
White with #54B1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B1D3; }
p { color: rgb(84,177,211); }
H1.HeaderClassName
{
color: #54B1D3;
}
.AnyTagClassName
{
color: #54B1D3;
}
</style>
background-color css
<style>
a { background-color: #54B1D3; }
a { background-color: rgb(84,177,211); }
div.DivClassName
{
background-color: #54B1D3;
}
.BgClassName
{
background-color: #54B1D3;
}
</style>
border-color css
<style>
span { border-color: #54B1D3; }
span { border-color: rgb(84,177,211); }
td.TdClassName
{
border-color: #54B1D3;
}
.TagClassName
{
border-color: #54B1D3;
}
</style>