Shades of Viking #51A8C6
Tints of Viking #51A8C6
RGB
CMYK
RGB Variations
Color information
#51A8C6 (or 0x51A8C6) is known color: Viking. HEX triplet: 51, A8 and C6. RGB value is (81,168,198). Sum of RGB (Red+Green+Blue) = 81+168+198=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #51A8C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A8C6 is #AE5739. Grayscale: #919191. Windows color (decimal): -11425594 or 13019217. OLE color: 13019217.
HSL color Cylindrical-coordinate representation of color #51A8C6: hue angle of 195.38º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51A8C6 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 168 | 198 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.22 |
| HSL | 195.38º | 0.51% | 0.55% | - |
| HSV(B) | 195.38º | 0.59% | 0.78% | - |
| XYZ | 27.59 | 33.83 | 58.5 | - |
| YUV | 145.41 | 157.68 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 198 | 0.59 | 0.15 | 0 | 0.22 | 195.38 | 0.51 | 0.55 |
| Hex | 51 | A8 | C6 | 3B | F | 0 | 16 | C3 | 33 | 37 |
| Octal | 121 | 250 | 306 | 73 | 17 | 0 | 26 | 303 | 63 | 67 |
| Binary | 1010001 | 10101000 | 11000110 | 111011 | 1111 | 0 | 10110 | 11000011 | 110011 | 110111 |
Color Harmonies of #51A8C6
Complementary color
Monochromatic Colors of #51A8C6
Black with #51A8C6
Text Example
Text Example
White with #51A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A8C6; }
p { color: rgb(81,168,198); }
H1.HeaderClassName
{
color: #51A8C6;
}
.AnyTagClassName
{
color: #51A8C6;
}
</style>
background-color css
<style>
a { background-color: #51A8C6; }
a { background-color: rgb(81,168,198); }
div.DivClassName
{
background-color: #51A8C6;
}
.BgClassName
{
background-color: #51A8C6;
}
</style>
border-color css
<style>
span { border-color: #51A8C6; }
span { border-color: rgb(81,168,198); }
td.TdClassName
{
border-color: #51A8C6;
}
.TagClassName
{
border-color: #51A8C6;
}
</style>