Shades of Viking #5FB5CC
Tints of Viking #5FB5CC
RGB
CMYK
RGB Variations
Color information
#5FB5CC (or 0x5FB5CC) is known color: Viking. HEX triplet: 5F, B5 and CC. RGB value is (95,181,204). Sum of RGB (Red+Green+Blue) = 95+181+204=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FB5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB5CC is #A04A33. Grayscale: #9D9D9D. Windows color (decimal): -10504756 or 13415775. OLE color: 13415775.
HSL color Cylindrical-coordinate representation of color #5FB5CC: hue angle of 192.66º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FB5CC is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 181 | 204 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.2 |
| HSL | 192.66º | 0.52% | 0.59% | - |
| HSV(B) | 192.66º | 0.53% | 0.8% | - |
| XYZ | 32.14 | 39.84 | 63.12 | - |
| YUV | 157.91 | 154.01 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 181 | 204 | 0.53 | 0.11 | 0 | 0.2 | 192.66 | 0.52 | 0.59 |
| Hex | 5F | B5 | CC | 35 | B | 0 | 14 | C1 | 34 | 3B |
| Octal | 137 | 265 | 314 | 65 | 13 | 0 | 24 | 301 | 64 | 73 |
| Binary | 1011111 | 10110101 | 11001100 | 110101 | 1011 | 0 | 10100 | 11000001 | 110100 | 111011 |
Color Harmonies of #5FB5CC
Complementary color
Monochromatic Colors of #5FB5CC
Black with #5FB5CC
Text Example
Text Example
White with #5FB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB5CC; }
p { color: rgb(95,181,204); }
H1.HeaderClassName
{
color: #5FB5CC;
}
.AnyTagClassName
{
color: #5FB5CC;
}
</style>
background-color css
<style>
a { background-color: #5FB5CC; }
a { background-color: rgb(95,181,204); }
div.DivClassName
{
background-color: #5FB5CC;
}
.BgClassName
{
background-color: #5FB5CC;
}
</style>
border-color css
<style>
span { border-color: #5FB5CC; }
span { border-color: rgb(95,181,204); }
td.TdClassName
{
border-color: #5FB5CC;
}
.TagClassName
{
border-color: #5FB5CC;
}
</style>