Shades of Viking #54B1C2
Tints of Viking #54B1C2
RGB
CMYK
RGB Variations
Color information
#54B1C2 (or 0x54B1C2) is known color: Viking. HEX triplet: 54, B1 and C2. RGB value is (84,177,194). Sum of RGB (Red+Green+Blue) = 84+177+194=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #54B1C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B1C2 is #AB4E3D. Grayscale: #969696. Windows color (decimal): -11226686 or 12759380. OLE color: 12759380.
HSL color Cylindrical-coordinate representation of color #54B1C2: hue angle of 189.27º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54B1C2 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 177 | 194 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.24 |
| HSL | 189.27º | 0.47% | 0.55% | - |
| HSV(B) | 189.27º | 0.57% | 0.76% | - |
| XYZ | 29.12 | 37.22 | 56.69 | - |
| YUV | 151.13 | 152.19 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 177 | 194 | 0.57 | 0.09 | 0 | 0.24 | 189.27 | 0.47 | 0.55 |
| Hex | 54 | B1 | C2 | 39 | 9 | 0 | 18 | BD | 2F | 37 |
| Octal | 124 | 261 | 302 | 71 | 11 | 0 | 30 | 275 | 57 | 67 |
| Binary | 1010100 | 10110001 | 11000010 | 111001 | 1001 | 0 | 11000 | 10111101 | 101111 | 110111 |
Color Harmonies of #54B1C2
Complementary color
Monochromatic Colors of #54B1C2
Black with #54B1C2
Text Example
Text Example
White with #54B1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B1C2; }
p { color: rgb(84,177,194); }
H1.HeaderClassName
{
color: #54B1C2;
}
.AnyTagClassName
{
color: #54B1C2;
}
</style>
background-color css
<style>
a { background-color: #54B1C2; }
a { background-color: rgb(84,177,194); }
div.DivClassName
{
background-color: #54B1C2;
}
.BgClassName
{
background-color: #54B1C2;
}
</style>
border-color css
<style>
span { border-color: #54B1C2; }
span { border-color: rgb(84,177,194); }
td.TdClassName
{
border-color: #54B1C2;
}
.TagClassName
{
border-color: #54B1C2;
}
</style>