Shades of Cornflower Blue #5B85DA
Tints of Cornflower Blue #5B85DA
RGB
CMYK
RGB Variations
Color information
#5B85DA (or 0x5B85DA) is known color: Cornflower Blue. HEX triplet: 5B, 85 and DA. RGB value is (91,133,218). Sum of RGB (Red+Green+Blue) = 91+133+218=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B85DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B85DA is #A47A25. Grayscale: #818181. Windows color (decimal): -10779174 or 14320987. OLE color: 14320987.
HSL color Cylindrical-coordinate representation of color #5B85DA: hue angle of 220.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B85DA is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 133 | 218 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.15 |
| HSL | 220.16º | 0.63% | 0.61% | - |
| HSV(B) | 220.16º | 0.58% | 0.85% | - |
| XYZ | 25.36 | 24.06 | 69.64 | - |
| YUV | 130.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 133 | 218 | 0.58 | 0.39 | 0 | 0.15 | 220.16 | 0.63 | 0.61 |
| Hex | 5B | 85 | DA | 3A | 27 | 0 | F | DC | 3F | 3D |
| Octal | 133 | 205 | 332 | 72 | 47 | 0 | 17 | 334 | 77 | 75 |
| Binary | 1011011 | 10000101 | 11011010 | 111010 | 100111 | 0 | 1111 | 11011100 | 111111 | 111101 |
Color Harmonies of #5B85DA
Complementary color
Monochromatic Colors of #5B85DA
Black with #5B85DA
Text Example
Text Example
White with #5B85DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B85DA; }
p { color: rgb(91,133,218); }
H1.HeaderClassName
{
color: #5B85DA;
}
.AnyTagClassName
{
color: #5B85DA;
}
</style>
background-color css
<style>
a { background-color: #5B85DA; }
a { background-color: rgb(91,133,218); }
div.DivClassName
{
background-color: #5B85DA;
}
.BgClassName
{
background-color: #5B85DA;
}
</style>
border-color css
<style>
span { border-color: #5B85DA; }
span { border-color: rgb(91,133,218); }
td.TdClassName
{
border-color: #5B85DA;
}
.TagClassName
{
border-color: #5B85DA;
}
</style>