Shades of Viking #54B5C6
Tints of Viking #54B5C6
RGB
CMYK
RGB Variations
Color information
#54B5C6 (or 0x54B5C6) is known color: Viking. HEX triplet: 54, B5 and C6. RGB value is (84,181,198). Sum of RGB (Red+Green+Blue) = 84+181+198=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #54B5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5C6 is #AB4A39. Grayscale: #999999. Windows color (decimal): -11225658 or 13022548. OLE color: 13022548.
HSL color Cylindrical-coordinate representation of color #54B5C6: hue angle of 188.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54B5C6 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 181 | 198 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.22 |
| HSL | 188.95º | 0.5% | 0.55% | - |
| HSV(B) | 188.95º | 0.58% | 0.78% | - |
| XYZ | 30.37 | 39.01 | 59.35 | - |
| YUV | 153.94 | 152.86 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 198 | 0.58 | 0.09 | 0 | 0.22 | 188.95 | 0.5 | 0.55 |
| Hex | 54 | B5 | C6 | 3A | 9 | 0 | 16 | BD | 32 | 37 |
| Octal | 124 | 265 | 306 | 72 | 11 | 0 | 26 | 275 | 62 | 67 |
| Binary | 1010100 | 10110101 | 11000110 | 111010 | 1001 | 0 | 10110 | 10111101 | 110010 | 110111 |
Color Harmonies of #54B5C6
Complementary color
Monochromatic Colors of #54B5C6
Black with #54B5C6
Text Example
Text Example
White with #54B5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5C6; }
p { color: rgb(84,181,198); }
H1.HeaderClassName
{
color: #54B5C6;
}
.AnyTagClassName
{
color: #54B5C6;
}
</style>
background-color css
<style>
a { background-color: #54B5C6; }
a { background-color: rgb(84,181,198); }
div.DivClassName
{
background-color: #54B5C6;
}
.BgClassName
{
background-color: #54B5C6;
}
</style>
border-color css
<style>
span { border-color: #54B5C6; }
span { border-color: rgb(84,181,198); }
td.TdClassName
{
border-color: #54B5C6;
}
.TagClassName
{
border-color: #54B5C6;
}
</style>