Shades of Viking #54ADC1
Tints of Viking #54ADC1
RGB
CMYK
RGB Variations
Color information
#54ADC1 (or 0x54ADC1) is known color: Viking. HEX triplet: 54, AD and C1. RGB value is (84,173,193). Sum of RGB (Red+Green+Blue) = 84+173+193=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #54ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADC1 is #AB523E. Grayscale: #949494. Windows color (decimal): -11227711 or 12692820. OLE color: 12692820.
HSL color Cylindrical-coordinate representation of color #54ADC1: hue angle of 191.01º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54ADC1 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 173 | 193 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.24 |
| HSL | 191.01º | 0.47% | 0.54% | - |
| HSV(B) | 191.01º | 0.56% | 0.76% | - |
| XYZ | 28.23 | 35.62 | 55.84 | - |
| YUV | 148.67 | 153.01 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 193 | 0.56 | 0.10 | 0 | 0.24 | 191.01 | 0.47 | 0.54 |
| Hex | 54 | AD | C1 | 38 | A | 0 | 18 | BF | 2F | 36 |
| Octal | 124 | 255 | 301 | 70 | 12 | 0 | 30 | 277 | 57 | 66 |
| Binary | 1010100 | 10101101 | 11000001 | 111000 | 1010 | 0 | 11000 | 10111111 | 101111 | 110110 |
Color Harmonies of #54ADC1
Complementary color
Monochromatic Colors of #54ADC1
Black with #54ADC1
Text Example
Text Example
White with #54ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADC1; }
p { color: rgb(84,173,193); }
H1.HeaderClassName
{
color: #54ADC1;
}
.AnyTagClassName
{
color: #54ADC1;
}
</style>
background-color css
<style>
a { background-color: #54ADC1; }
a { background-color: rgb(84,173,193); }
div.DivClassName
{
background-color: #54ADC1;
}
.BgClassName
{
background-color: #54ADC1;
}
</style>
border-color css
<style>
span { border-color: #54ADC1; }
span { border-color: rgb(84,173,193); }
td.TdClassName
{
border-color: #54ADC1;
}
.TagClassName
{
border-color: #54ADC1;
}
</style>