Shades of Rich Blue #565FB5
Tints of Rich Blue #565FB5
RGB
CMYK
RGB Variations
Color information
#565FB5 (or 0x565FB5) is known color: Rich Blue. HEX triplet: 56, 5F and B5. RGB value is (86,95,181). Sum of RGB (Red+Green+Blue) = 86+95+181=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #565FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FB5 is #A9A04A. Grayscale: #656565. Windows color (decimal): -11116619 or 11886422. OLE color: 11886422.
HSL color Cylindrical-coordinate representation of color #565FB5: hue angle of 234.32º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #565FB5 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 95 | 181 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.29 |
| HSL | 234.32º | 0.39% | 0.52% | - |
| HSV(B) | 234.32º | 0.52% | 0.71% | - |
| XYZ | 16.27 | 13.5 | 45.46 | - |
| YUV | 102.11 | 172.52 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 181 | 0.52 | 0.48 | 0 | 0.29 | 234.32 | 0.39 | 0.52 |
| Hex | 56 | 5F | B5 | 34 | 30 | 0 | 1D | EA | 27 | 34 |
| Octal | 126 | 137 | 265 | 64 | 60 | 0 | 35 | 352 | 47 | 64 |
| Binary | 1010110 | 1011111 | 10110101 | 110100 | 110000 | 0 | 11101 | 11101010 | 100111 | 110100 |
Color Harmonies of #565FB5
Complementary color
Monochromatic Colors of #565FB5
Black with #565FB5
Text Example
Text Example
White with #565FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565FB5; }
p { color: rgb(86,95,181); }
H1.HeaderClassName
{
color: #565FB5;
}
.AnyTagClassName
{
color: #565FB5;
}
</style>
background-color css
<style>
a { background-color: #565FB5; }
a { background-color: rgb(86,95,181); }
div.DivClassName
{
background-color: #565FB5;
}
.BgClassName
{
background-color: #565FB5;
}
</style>
border-color css
<style>
span { border-color: #565FB5; }
span { border-color: rgb(86,95,181); }
td.TdClassName
{
border-color: #565FB5;
}
.TagClassName
{
border-color: #565FB5;
}
</style>