Shades of Viking #54ADC2
Tints of Viking #54ADC2
RGB
CMYK
RGB Variations
Color information
#54ADC2 (or 0x54ADC2) is known color: Viking. HEX triplet: 54, AD and C2. RGB value is (84,173,194). Sum of RGB (Red+Green+Blue) = 84+173+194=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #54ADC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADC2 is #AB523D. Grayscale: #949494. Windows color (decimal): -11227710 or 12758356. OLE color: 12758356.
HSL color Cylindrical-coordinate representation of color #54ADC2: hue angle of 191.45º 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 #54ADC2 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 173 | 194 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.24 |
| HSL | 191.45º | 0.47% | 0.55% | - |
| HSV(B) | 191.45º | 0.57% | 0.76% | - |
| XYZ | 28.34 | 35.67 | 56.43 | - |
| YUV | 148.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 194 | 0.57 | 0.11 | 0 | 0.24 | 191.45 | 0.47 | 0.55 |
| Hex | 54 | AD | C2 | 39 | B | 0 | 18 | BF | 2F | 37 |
| Octal | 124 | 255 | 302 | 71 | 13 | 0 | 30 | 277 | 57 | 67 |
| Binary | 1010100 | 10101101 | 11000010 | 111001 | 1011 | 0 | 11000 | 10111111 | 101111 | 110111 |
Color Harmonies of #54ADC2
Complementary color
Monochromatic Colors of #54ADC2
Black with #54ADC2
Text Example
Text Example
White with #54ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADC2; }
p { color: rgb(84,173,194); }
H1.HeaderClassName
{
color: #54ADC2;
}
.AnyTagClassName
{
color: #54ADC2;
}
</style>
background-color css
<style>
a { background-color: #54ADC2; }
a { background-color: rgb(84,173,194); }
div.DivClassName
{
background-color: #54ADC2;
}
.BgClassName
{
background-color: #54ADC2;
}
</style>
border-color css
<style>
span { border-color: #54ADC2; }
span { border-color: rgb(84,173,194); }
td.TdClassName
{
border-color: #54ADC2;
}
.TagClassName
{
border-color: #54ADC2;
}
</style>