Shades of Viking #5BACCA
Tints of Viking #5BACCA
RGB
CMYK
RGB Variations
Color information
#5BACCA (or 0x5BACCA) is known color: Viking. HEX triplet: 5B, AC and CA. RGB value is (91,172,202). Sum of RGB (Red+Green+Blue) = 91+172+202=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #5BACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BACCA is #A45335. Grayscale: #979797. Windows color (decimal): -10769206 or 13282395. OLE color: 13282395.
HSL color Cylindrical-coordinate representation of color #5BACCA: hue angle of 196.22º 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 #5BACCA is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 172 | 202 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.21 |
| HSL | 196.22º | 0.51% | 0.57% | - |
| HSV(B) | 196.22º | 0.55% | 0.79% | - |
| XYZ | 29.73 | 35.99 | 61.26 | - |
| YUV | 151.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 202 | 0.55 | 0.15 | 0 | 0.21 | 196.22 | 0.51 | 0.57 |
| Hex | 5B | AC | CA | 37 | F | 0 | 15 | C4 | 33 | 39 |
| Octal | 133 | 254 | 312 | 67 | 17 | 0 | 25 | 304 | 63 | 71 |
| Binary | 1011011 | 10101100 | 11001010 | 110111 | 1111 | 0 | 10101 | 11000100 | 110011 | 111001 |
Color Harmonies of #5BACCA
Complementary color
Monochromatic Colors of #5BACCA
Black with #5BACCA
Text Example
Text Example
White with #5BACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACCA; }
p { color: rgb(91,172,202); }
H1.HeaderClassName
{
color: #5BACCA;
}
.AnyTagClassName
{
color: #5BACCA;
}
</style>
background-color css
<style>
a { background-color: #5BACCA; }
a { background-color: rgb(91,172,202); }
div.DivClassName
{
background-color: #5BACCA;
}
.BgClassName
{
background-color: #5BACCA;
}
</style>
border-color css
<style>
span { border-color: #5BACCA; }
span { border-color: rgb(91,172,202); }
td.TdClassName
{
border-color: #5BACCA;
}
.TagClassName
{
border-color: #5BACCA;
}
</style>