Shades of Rich Blue #5364B3
Tints of Rich Blue #5364B3
RGB
CMYK
RGB Variations
Color information
#5364B3 (or 0x5364B3) is known color: Rich Blue. HEX triplet: 53, 64 and B3. RGB value is (83,100,179). Sum of RGB (Red+Green+Blue) = 83+100+179=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #5364B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5364B3 is #AC9B4C. Grayscale: #676767. Windows color (decimal): -11311949 or 11756627. OLE color: 11756627.
HSL color Cylindrical-coordinate representation of color #5364B3: hue angle of 229.38º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5364B3 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 100 | 179 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.30 |
| HSL | 229.38º | 0.39% | 0.51% | - |
| HSV(B) | 229.38º | 0.54% | 0.7% | - |
| XYZ | 16.26 | 14.21 | 44.53 | - |
| YUV | 103.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 179 | 0.54 | 0.44 | 0 | 0.30 | 229.38 | 0.39 | 0.51 |
| Hex | 53 | 64 | B3 | 36 | 2C | 0 | 1E | E5 | 27 | 33 |
| Octal | 123 | 144 | 263 | 66 | 54 | 0 | 36 | 345 | 47 | 63 |
| Binary | 1010011 | 1100100 | 10110011 | 110110 | 101100 | 0 | 11110 | 11100101 | 100111 | 110011 |
Color Harmonies of #5364B3
Complementary color
Monochromatic Colors of #5364B3
Black with #5364B3
Text Example
Text Example
White with #5364B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5364B3; }
p { color: rgb(83,100,179); }
H1.HeaderClassName
{
color: #5364B3;
}
.AnyTagClassName
{
color: #5364B3;
}
</style>
background-color css
<style>
a { background-color: #5364B3; }
a { background-color: rgb(83,100,179); }
div.DivClassName
{
background-color: #5364B3;
}
.BgClassName
{
background-color: #5364B3;
}
</style>
border-color css
<style>
span { border-color: #5364B3; }
span { border-color: rgb(83,100,179); }
td.TdClassName
{
border-color: #5364B3;
}
.TagClassName
{
border-color: #5364B3;
}
</style>