Shades of Viking #51A8C3
Tints of Viking #51A8C3
RGB
CMYK
RGB Variations
Color information
#51A8C3 (or 0x51A8C3) is known color: Viking. HEX triplet: 51, A8 and C3. RGB value is (81,168,195). Sum of RGB (Red+Green+Blue) = 81+168+195=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #51A8C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A8C3 is #AE573C. Grayscale: #909090. Windows color (decimal): -11425597 or 12822609. OLE color: 12822609.
HSL color Cylindrical-coordinate representation of color #51A8C3: hue angle of 194.21º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51A8C3 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 168 | 195 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.24 |
| HSL | 194.21º | 0.49% | 0.54% | - |
| HSV(B) | 194.21º | 0.58% | 0.76% | - |
| XYZ | 27.25 | 33.69 | 56.7 | - |
| YUV | 145.07 | 156.18 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 195 | 0.58 | 0.14 | 0 | 0.24 | 194.21 | 0.49 | 0.54 |
| Hex | 51 | A8 | C3 | 3A | E | 0 | 18 | C2 | 31 | 36 |
| Octal | 121 | 250 | 303 | 72 | 16 | 0 | 30 | 302 | 61 | 66 |
| Binary | 1010001 | 10101000 | 11000011 | 111010 | 1110 | 0 | 11000 | 11000010 | 110001 | 110110 |
Color Harmonies of #51A8C3
Complementary color
Monochromatic Colors of #51A8C3
Black with #51A8C3
Text Example
Text Example
White with #51A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A8C3; }
p { color: rgb(81,168,195); }
H1.HeaderClassName
{
color: #51A8C3;
}
.AnyTagClassName
{
color: #51A8C3;
}
</style>
background-color css
<style>
a { background-color: #51A8C3; }
a { background-color: rgb(81,168,195); }
div.DivClassName
{
background-color: #51A8C3;
}
.BgClassName
{
background-color: #51A8C3;
}
</style>
border-color css
<style>
span { border-color: #51A8C3; }
span { border-color: rgb(81,168,195); }
td.TdClassName
{
border-color: #51A8C3;
}
.TagClassName
{
border-color: #51A8C3;
}
</style>