Shades of Viking #54ADC4
Tints of Viking #54ADC4
RGB
CMYK
RGB Variations
Color information
#54ADC4 (or 0x54ADC4) is known color: Viking. HEX triplet: 54, AD and C4. RGB value is (84,173,196). Sum of RGB (Red+Green+Blue) = 84+173+196=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 196 - color contains mainly: blue. Hex color #54ADC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADC4 is #AB523B. Grayscale: #949494. Windows color (decimal): -11227708 or 12889428. OLE color: 12889428.
HSL color Cylindrical-coordinate representation of color #54ADC4: hue angle of 192.32º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54ADC4 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 173 | 196 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.23 |
| HSL | 192.32º | 0.49% | 0.55% | - |
| HSV(B) | 192.32º | 0.57% | 0.77% | - |
| XYZ | 28.56 | 35.76 | 57.62 | - |
| YUV | 149.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 196 | 0.57 | 0.12 | 0 | 0.23 | 192.32 | 0.49 | 0.55 |
| Hex | 54 | AD | C4 | 39 | C | 0 | 17 | C0 | 31 | 37 |
| Octal | 124 | 255 | 304 | 71 | 14 | 0 | 27 | 300 | 61 | 67 |
| Binary | 1010100 | 10101101 | 11000100 | 111001 | 1100 | 0 | 10111 | 11000000 | 110001 | 110111 |
Color Harmonies of #54ADC4
Complementary color
Monochromatic Colors of #54ADC4
Black with #54ADC4
Text Example
Text Example
White with #54ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADC4; }
p { color: rgb(84,173,196); }
H1.HeaderClassName
{
color: #54ADC4;
}
.AnyTagClassName
{
color: #54ADC4;
}
</style>
background-color css
<style>
a { background-color: #54ADC4; }
a { background-color: rgb(84,173,196); }
div.DivClassName
{
background-color: #54ADC4;
}
.BgClassName
{
background-color: #54ADC4;
}
</style>
border-color css
<style>
span { border-color: #54ADC4; }
span { border-color: rgb(84,173,196); }
td.TdClassName
{
border-color: #54ADC4;
}
.TagClassName
{
border-color: #54ADC4;
}
</style>