Shades of Viking #5FAAC3
Tints of Viking #5FAAC3
RGB
CMYK
RGB Variations
Color information
#5FAAC3 (or 0x5FAAC3) is known color: Viking. HEX triplet: 5F, AA and C3. RGB value is (95,170,195). Sum of RGB (Red+Green+Blue) = 95+170+195=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #5FAAC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAAC3 is #A0553C. Grayscale: #969696. Windows color (decimal): -10507581 or 12823135. OLE color: 12823135.
HSL color Cylindrical-coordinate representation of color #5FAAC3: hue angle of 195º 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 #5FAAC3 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 170 | 195 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.24 |
| HSL | 195º | 0.45% | 0.57% | - |
| HSV(B) | 195º | 0.51% | 0.76% | - |
| XYZ | 28.94 | 35.12 | 56.88 | - |
| YUV | 150.43 | 153.15 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 195 | 0.51 | 0.13 | 0 | 0.24 | 195 | 0.45 | 0.57 |
| Hex | 5F | AA | C3 | 33 | D | 0 | 18 | C3 | 2D | 39 |
| Octal | 137 | 252 | 303 | 63 | 15 | 0 | 30 | 303 | 55 | 71 |
| Binary | 1011111 | 10101010 | 11000011 | 110011 | 1101 | 0 | 11000 | 11000011 | 101101 | 111001 |
Color Harmonies of #5FAAC3
Complementary color
Monochromatic Colors of #5FAAC3
Black with #5FAAC3
Text Example
Text Example
White with #5FAAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAAC3; }
p { color: rgb(95,170,195); }
H1.HeaderClassName
{
color: #5FAAC3;
}
.AnyTagClassName
{
color: #5FAAC3;
}
</style>
background-color css
<style>
a { background-color: #5FAAC3; }
a { background-color: rgb(95,170,195); }
div.DivClassName
{
background-color: #5FAAC3;
}
.BgClassName
{
background-color: #5FAAC3;
}
</style>
border-color css
<style>
span { border-color: #5FAAC3; }
span { border-color: rgb(95,170,195); }
td.TdClassName
{
border-color: #5FAAC3;
}
.TagClassName
{
border-color: #5FAAC3;
}
</style>