Shades of Viking #5AC1CC
Tints of Viking #5AC1CC
RGB
CMYK
RGB Variations
Color information
#5AC1CC (or 0x5AC1CC) is known color: Viking. HEX triplet: 5A, C1 and CC. RGB value is (90,193,204). Sum of RGB (Red+Green+Blue) = 90+193+204=487 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.48% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #5AC1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC1CC is #A53E33. Grayscale: #A3A3A3. Windows color (decimal): -10829364 or 13418842. OLE color: 13418842.
HSL color Cylindrical-coordinate representation of color #5AC1CC: hue angle of 185.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AC1CC is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 193 | 204 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.2 |
| HSL | 185.79º | 0.53% | 0.58% | - |
| HSV(B) | 185.79º | 0.56% | 0.8% | - |
| XYZ | 34.19 | 44.67 | 63.95 | - |
| YUV | 163.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 204 | 0.56 | 0.05 | 0 | 0.2 | 185.79 | 0.53 | 0.58 |
| Hex | 5A | C1 | CC | 38 | 5 | 0 | 14 | BA | 35 | 3A |
| Octal | 132 | 301 | 314 | 70 | 5 | 0 | 24 | 272 | 65 | 72 |
| Binary | 1011010 | 11000001 | 11001100 | 111000 | 101 | 0 | 10100 | 10111010 | 110101 | 111010 |
Color Harmonies of #5AC1CC
Complementary color
Monochromatic Colors of #5AC1CC
Black with #5AC1CC
Text Example
Text Example
White with #5AC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC1CC; }
p { color: rgb(90,193,204); }
H1.HeaderClassName
{
color: #5AC1CC;
}
.AnyTagClassName
{
color: #5AC1CC;
}
</style>
background-color css
<style>
a { background-color: #5AC1CC; }
a { background-color: rgb(90,193,204); }
div.DivClassName
{
background-color: #5AC1CC;
}
.BgClassName
{
background-color: #5AC1CC;
}
</style>
border-color css
<style>
span { border-color: #5AC1CC; }
span { border-color: rgb(90,193,204); }
td.TdClassName
{
border-color: #5AC1CC;
}
.TagClassName
{
border-color: #5AC1CC;
}
</style>