Shades of Rich Blue #565CC1
Tints of Rich Blue #565CC1
RGB
CMYK
RGB Variations
Color information
#565CC1 (or 0x565CC1) is known color: Rich Blue. HEX triplet: 56, 5C and C1. RGB value is (86,92,193). Sum of RGB (Red+Green+Blue) = 86+92+193=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #565CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CC1 is #A9A33E. Grayscale: #656565. Windows color (decimal): -11117375 or 12672086. OLE color: 12672086.
HSL color Cylindrical-coordinate representation of color #565CC1: hue angle of 236.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #565CC1 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 92 | 193 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.24 |
| HSL | 236.64º | 0.46% | 0.55% | - |
| HSV(B) | 236.64º | 0.55% | 0.76% | - |
| XYZ | 17.29 | 13.48 | 52.14 | - |
| YUV | 101.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 193 | 0.55 | 0.52 | 0 | 0.24 | 236.64 | 0.46 | 0.55 |
| Hex | 56 | 5C | C1 | 37 | 34 | 0 | 18 | ED | 2E | 37 |
| Octal | 126 | 134 | 301 | 67 | 64 | 0 | 30 | 355 | 56 | 67 |
| Binary | 1010110 | 1011100 | 11000001 | 110111 | 110100 | 0 | 11000 | 11101101 | 101110 | 110111 |
Color Harmonies of #565CC1
Complementary color
Monochromatic Colors of #565CC1
Black with #565CC1
Text Example
Text Example
White with #565CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565CC1; }
p { color: rgb(86,92,193); }
H1.HeaderClassName
{
color: #565CC1;
}
.AnyTagClassName
{
color: #565CC1;
}
</style>
background-color css
<style>
a { background-color: #565CC1; }
a { background-color: rgb(86,92,193); }
div.DivClassName
{
background-color: #565CC1;
}
.BgClassName
{
background-color: #565CC1;
}
</style>
border-color css
<style>
span { border-color: #565CC1; }
span { border-color: rgb(86,92,193); }
td.TdClassName
{
border-color: #565CC1;
}
.TagClassName
{
border-color: #565CC1;
}
</style>