Shades of Viking #54B0CA
Tints of Viking #54B0CA
RGB
CMYK
RGB Variations
Color information
#54B0CA (or 0x54B0CA) is known color: Viking. HEX triplet: 54, B0 and CA. RGB value is (84,176,202). Sum of RGB (Red+Green+Blue) = 84+176+202=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #54B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B0CA is #AB4F35. Grayscale: #979797. Windows color (decimal): -11226934 or 13283412. OLE color: 13283412.
HSL color Cylindrical-coordinate representation of color #54B0CA: hue angle of 193.22º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54B0CA is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 176 | 202 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.21 |
| HSL | 193.22º | 0.53% | 0.56% | - |
| HSV(B) | 193.22º | 0.58% | 0.79% | - |
| XYZ | 29.84 | 37.2 | 61.48 | - |
| YUV | 151.46 | 156.52 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 202 | 0.58 | 0.13 | 0 | 0.21 | 193.22 | 0.53 | 0.56 |
| Hex | 54 | B0 | CA | 3A | D | 0 | 15 | C1 | 35 | 38 |
| Octal | 124 | 260 | 312 | 72 | 15 | 0 | 25 | 301 | 65 | 70 |
| Binary | 1010100 | 10110000 | 11001010 | 111010 | 1101 | 0 | 10101 | 11000001 | 110101 | 111000 |
Color Harmonies of #54B0CA
Complementary color
Monochromatic Colors of #54B0CA
Black with #54B0CA
Text Example
Text Example
White with #54B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B0CA; }
p { color: rgb(84,176,202); }
H1.HeaderClassName
{
color: #54B0CA;
}
.AnyTagClassName
{
color: #54B0CA;
}
</style>
background-color css
<style>
a { background-color: #54B0CA; }
a { background-color: rgb(84,176,202); }
div.DivClassName
{
background-color: #54B0CA;
}
.BgClassName
{
background-color: #54B0CA;
}
</style>
border-color css
<style>
span { border-color: #54B0CA; }
span { border-color: rgb(84,176,202); }
td.TdClassName
{
border-color: #54B0CA;
}
.TagClassName
{
border-color: #54B0CA;
}
</style>