Shades of Picton Blue #5B94CE
Tints of Picton Blue #5B94CE
RGB
CMYK
RGB Variations
Color information
#5B94CE (or 0x5B94CE) is known color: Picton Blue. HEX triplet: 5B, 94 and CE. RGB value is (91,148,206). Sum of RGB (Red+Green+Blue) = 91+148+206=445 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.45% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B94CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B94CE is #A46B31. Grayscale: #898989. Windows color (decimal): -10775346 or 13538395. OLE color: 13538395.
HSL color Cylindrical-coordinate representation of color #5B94CE: hue angle of 210.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B94CE is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 148 | 206 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.19 |
| HSL | 210.26º | 0.54% | 0.58% | - |
| HSV(B) | 210.26º | 0.56% | 0.81% | - |
| XYZ | 26.04 | 27.86 | 62.4 | - |
| YUV | 137.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 148 | 206 | 0.56 | 0.28 | 0 | 0.19 | 210.26 | 0.54 | 0.58 |
| Hex | 5B | 94 | CE | 38 | 1C | 0 | 13 | D2 | 36 | 3A |
| Octal | 133 | 224 | 316 | 70 | 34 | 0 | 23 | 322 | 66 | 72 |
| Binary | 1011011 | 10010100 | 11001110 | 111000 | 11100 | 0 | 10011 | 11010010 | 110110 | 111010 |
Color Harmonies of #5B94CE
Complementary color
Monochromatic Colors of #5B94CE
Black with #5B94CE
Text Example
Text Example
White with #5B94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B94CE; }
p { color: rgb(91,148,206); }
H1.HeaderClassName
{
color: #5B94CE;
}
.AnyTagClassName
{
color: #5B94CE;
}
</style>
background-color css
<style>
a { background-color: #5B94CE; }
a { background-color: rgb(91,148,206); }
div.DivClassName
{
background-color: #5B94CE;
}
.BgClassName
{
background-color: #5B94CE;
}
</style>
border-color css
<style>
span { border-color: #5B94CE; }
span { border-color: rgb(91,148,206); }
td.TdClassName
{
border-color: #5B94CE;
}
.TagClassName
{
border-color: #5B94CE;
}
</style>