Shades of Viking #5FAFCB
Tints of Viking #5FAFCB
RGB
CMYK
RGB Variations
Color information
#5FAFCB (or 0x5FAFCB) is known color: Viking. HEX triplet: 5F, AF and CB. RGB value is (95,175,203). Sum of RGB (Red+Green+Blue) = 95+175+203=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #5FAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFCB is #A05034. Grayscale: #9A9A9A. Windows color (decimal): -10506293 or 13348703. OLE color: 13348703.
HSL color Cylindrical-coordinate representation of color #5FAFCB: hue angle of 195.56º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FAFCB is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 175 | 203 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.20 |
| HSL | 195.56º | 0.51% | 0.58% | - |
| HSV(B) | 195.56º | 0.53% | 0.8% | - |
| XYZ | 30.83 | 37.4 | 62.09 | - |
| YUV | 154.27 | 155.5 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 203 | 0.53 | 0.14 | 0 | 0.20 | 195.56 | 0.51 | 0.58 |
| Hex | 5F | AF | CB | 35 | E | 0 | 14 | C4 | 33 | 3A |
| Octal | 137 | 257 | 313 | 65 | 16 | 0 | 24 | 304 | 63 | 72 |
| Binary | 1011111 | 10101111 | 11001011 | 110101 | 1110 | 0 | 10100 | 11000100 | 110011 | 111010 |
Color Harmonies of #5FAFCB
Complementary color
Monochromatic Colors of #5FAFCB
Black with #5FAFCB
Text Example
Text Example
White with #5FAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFCB; }
p { color: rgb(95,175,203); }
H1.HeaderClassName
{
color: #5FAFCB;
}
.AnyTagClassName
{
color: #5FAFCB;
}
</style>
background-color css
<style>
a { background-color: #5FAFCB; }
a { background-color: rgb(95,175,203); }
div.DivClassName
{
background-color: #5FAFCB;
}
.BgClassName
{
background-color: #5FAFCB;
}
</style>
border-color css
<style>
span { border-color: #5FAFCB; }
span { border-color: rgb(95,175,203); }
td.TdClassName
{
border-color: #5FAFCB;
}
.TagClassName
{
border-color: #5FAFCB;
}
</style>