Shades of Viking #5BC2CA
Tints of Viking #5BC2CA
RGB
CMYK
RGB Variations
Color information
#5BC2CA (or 0x5BC2CA) is known color: Viking. HEX triplet: 5B, C2 and CA. RGB value is (91,194,202). Sum of RGB (Red+Green+Blue) = 91+194+202=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #5BC2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC2CA is #A43D35. Grayscale: #A3A3A3. Windows color (decimal): -10763574 or 13288027. OLE color: 13288027.
HSL color Cylindrical-coordinate representation of color #5BC2CA: hue angle of 184.32º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC2CA is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 194 | 202 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.21 |
| HSL | 184.32º | 0.51% | 0.57% | - |
| HSV(B) | 184.32º | 0.55% | 0.79% | - |
| XYZ | 34.27 | 45.07 | 62.77 | - |
| YUV | 164.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 202 | 0.55 | 0.04 | 0 | 0.21 | 184.32 | 0.51 | 0.57 |
| Hex | 5B | C2 | CA | 37 | 4 | 0 | 15 | B8 | 33 | 39 |
| Octal | 133 | 302 | 312 | 67 | 4 | 0 | 25 | 270 | 63 | 71 |
| Binary | 1011011 | 11000010 | 11001010 | 110111 | 100 | 0 | 10101 | 10111000 | 110011 | 111001 |
Color Harmonies of #5BC2CA
Complementary color
Monochromatic Colors of #5BC2CA
Black with #5BC2CA
Text Example
Text Example
White with #5BC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC2CA; }
p { color: rgb(91,194,202); }
H1.HeaderClassName
{
color: #5BC2CA;
}
.AnyTagClassName
{
color: #5BC2CA;
}
</style>
background-color css
<style>
a { background-color: #5BC2CA; }
a { background-color: rgb(91,194,202); }
div.DivClassName
{
background-color: #5BC2CA;
}
.BgClassName
{
background-color: #5BC2CA;
}
</style>
border-color css
<style>
span { border-color: #5BC2CA; }
span { border-color: rgb(91,194,202); }
td.TdClassName
{
border-color: #5BC2CA;
}
.TagClassName
{
border-color: #5BC2CA;
}
</style>