Shades of Rich Blue #565BC2
Tints of Rich Blue #565BC2
RGB
CMYK
RGB Variations
Color information
#565BC2 (or 0x565BC2) is known color: Rich Blue. HEX triplet: 56, 5B and C2. RGB value is (86,91,194). Sum of RGB (Red+Green+Blue) = 86+91+194=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #565BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BC2 is #A9A43D. Grayscale: #646464. Windows color (decimal): -11117630 or 12737366. OLE color: 12737366.
HSL color Cylindrical-coordinate representation of color #565BC2: hue angle of 237.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #565BC2 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 91 | 194 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.24 |
| HSL | 237.22º | 0.47% | 0.55% | - |
| HSV(B) | 237.22º | 0.56% | 0.76% | - |
| XYZ | 17.32 | 13.36 | 52.7 | - |
| YUV | 101.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 194 | 0.56 | 0.53 | 0 | 0.24 | 237.22 | 0.47 | 0.55 |
| Hex | 56 | 5B | C2 | 38 | 35 | 0 | 18 | ED | 2F | 37 |
| Octal | 126 | 133 | 302 | 70 | 65 | 0 | 30 | 355 | 57 | 67 |
| Binary | 1010110 | 1011011 | 11000010 | 111000 | 110101 | 0 | 11000 | 11101101 | 101111 | 110111 |
Color Harmonies of #565BC2
Complementary color
Monochromatic Colors of #565BC2
Black with #565BC2
Text Example
Text Example
White with #565BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BC2; }
p { color: rgb(86,91,194); }
H1.HeaderClassName
{
color: #565BC2;
}
.AnyTagClassName
{
color: #565BC2;
}
</style>
background-color css
<style>
a { background-color: #565BC2; }
a { background-color: rgb(86,91,194); }
div.DivClassName
{
background-color: #565BC2;
}
.BgClassName
{
background-color: #565BC2;
}
</style>
border-color css
<style>
span { border-color: #565BC2; }
span { border-color: rgb(86,91,194); }
td.TdClassName
{
border-color: #565BC2;
}
.TagClassName
{
border-color: #565BC2;
}
</style>