Shades of Viking #5FACC3
Tints of Viking #5FACC3
RGB
CMYK
RGB Variations
Color information
#5FACC3 (or 0x5FACC3) is known color: Viking. HEX triplet: 5F, AC and C3. RGB value is (95,172,195). Sum of RGB (Red+Green+Blue) = 95+172+195=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #5FACC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACC3 is #A0533C. Grayscale: #979797. Windows color (decimal): -10507069 or 12823647. OLE color: 12823647.
HSL color Cylindrical-coordinate representation of color #5FACC3: hue angle of 193.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FACC3 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 172 | 195 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.24 |
| HSL | 193.8º | 0.45% | 0.57% | - |
| HSV(B) | 193.8º | 0.51% | 0.76% | - |
| XYZ | 29.32 | 35.88 | 57.01 | - |
| YUV | 151.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 195 | 0.51 | 0.12 | 0 | 0.24 | 193.8 | 0.45 | 0.57 |
| Hex | 5F | AC | C3 | 33 | C | 0 | 18 | C2 | 2D | 39 |
| Octal | 137 | 254 | 303 | 63 | 14 | 0 | 30 | 302 | 55 | 71 |
| Binary | 1011111 | 10101100 | 11000011 | 110011 | 1100 | 0 | 11000 | 11000010 | 101101 | 111001 |
Color Harmonies of #5FACC3
Complementary color
Monochromatic Colors of #5FACC3
Black with #5FACC3
Text Example
Text Example
White with #5FACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FACC3; }
p { color: rgb(95,172,195); }
H1.HeaderClassName
{
color: #5FACC3;
}
.AnyTagClassName
{
color: #5FACC3;
}
</style>
background-color css
<style>
a { background-color: #5FACC3; }
a { background-color: rgb(95,172,195); }
div.DivClassName
{
background-color: #5FACC3;
}
.BgClassName
{
background-color: #5FACC3;
}
</style>
border-color css
<style>
span { border-color: #5FACC3; }
span { border-color: rgb(95,172,195); }
td.TdClassName
{
border-color: #5FACC3;
}
.TagClassName
{
border-color: #5FACC3;
}
</style>