Shades of Viking #54A5C1
Tints of Viking #54A5C1
RGB
CMYK
RGB Variations
Color information
#54A5C1 (or 0x54A5C1) is known color: Viking. HEX triplet: 54, A5 and C1. RGB value is (84,165,193). Sum of RGB (Red+Green+Blue) = 84+165+193=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #54A5C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A5C1 is #AB5A3E. Grayscale: #8F8F8F. Windows color (decimal): -11229759 or 12690772. OLE color: 12690772.
HSL color Cylindrical-coordinate representation of color #54A5C1: hue angle of 195.41º 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 #54A5C1 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 165 | 193 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.24 |
| HSL | 195.41º | 0.47% | 0.54% | - |
| HSV(B) | 195.41º | 0.56% | 0.76% | - |
| XYZ | 26.74 | 32.65 | 55.34 | - |
| YUV | 143.97 | 155.66 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 193 | 0.56 | 0.15 | 0 | 0.24 | 195.41 | 0.47 | 0.54 |
| Hex | 54 | A5 | C1 | 38 | F | 0 | 18 | C3 | 2F | 36 |
| Octal | 124 | 245 | 301 | 70 | 17 | 0 | 30 | 303 | 57 | 66 |
| Binary | 1010100 | 10100101 | 11000001 | 111000 | 1111 | 0 | 11000 | 11000011 | 101111 | 110110 |
Color Harmonies of #54A5C1
Complementary color
Monochromatic Colors of #54A5C1
Black with #54A5C1
Text Example
Text Example
White with #54A5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A5C1; }
p { color: rgb(84,165,193); }
H1.HeaderClassName
{
color: #54A5C1;
}
.AnyTagClassName
{
color: #54A5C1;
}
</style>
background-color css
<style>
a { background-color: #54A5C1; }
a { background-color: rgb(84,165,193); }
div.DivClassName
{
background-color: #54A5C1;
}
.BgClassName
{
background-color: #54A5C1;
}
</style>
border-color css
<style>
span { border-color: #54A5C1; }
span { border-color: rgb(84,165,193); }
td.TdClassName
{
border-color: #54A5C1;
}
.TagClassName
{
border-color: #54A5C1;
}
</style>