Shades of Viking #54B5C2
Tints of Viking #54B5C2
RGB
CMYK
RGB Variations
Color information
#54B5C2 (or 0x54B5C2) is known color: Viking. HEX triplet: 54, B5 and C2. RGB value is (84,181,194). Sum of RGB (Red+Green+Blue) = 84+181+194=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #54B5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5C2 is #AB4A3D. Grayscale: #999999. Windows color (decimal): -11225662 or 12760404. OLE color: 12760404.
HSL color Cylindrical-coordinate representation of color #54B5C2: hue angle of 187.09º 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 #54B5C2 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 181 | 194 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.24 |
| HSL | 187.09º | 0.47% | 0.55% | - |
| HSV(B) | 187.09º | 0.57% | 0.76% | - |
| XYZ | 29.92 | 38.83 | 56.96 | - |
| YUV | 153.48 | 150.86 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 194 | 0.57 | 0.07 | 0 | 0.24 | 187.09 | 0.47 | 0.55 |
| Hex | 54 | B5 | C2 | 39 | 7 | 0 | 18 | BB | 2F | 37 |
| Octal | 124 | 265 | 302 | 71 | 7 | 0 | 30 | 273 | 57 | 67 |
| Binary | 1010100 | 10110101 | 11000010 | 111001 | 111 | 0 | 11000 | 10111011 | 101111 | 110111 |
Color Harmonies of #54B5C2
Complementary color
Monochromatic Colors of #54B5C2
Black with #54B5C2
Text Example
Text Example
White with #54B5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5C2; }
p { color: rgb(84,181,194); }
H1.HeaderClassName
{
color: #54B5C2;
}
.AnyTagClassName
{
color: #54B5C2;
}
</style>
background-color css
<style>
a { background-color: #54B5C2; }
a { background-color: rgb(84,181,194); }
div.DivClassName
{
background-color: #54B5C2;
}
.BgClassName
{
background-color: #54B5C2;
}
</style>
border-color css
<style>
span { border-color: #54B5C2; }
span { border-color: rgb(84,181,194); }
td.TdClassName
{
border-color: #54B5C2;
}
.TagClassName
{
border-color: #54B5C2;
}
</style>