Shades of Picton Blue #5B93CC
Tints of Picton Blue #5B93CC
RGB
CMYK
RGB Variations
Color information
#5B93CC (or 0x5B93CC) is known color: Picton Blue. HEX triplet: 5B, 93 and CC. RGB value is (91,147,204). Sum of RGB (Red+Green+Blue) = 91+147+204=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B93CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B93CC is #A46C33. Grayscale: #888888. Windows color (decimal): -10775604 or 13407067. OLE color: 13407067.
HSL color Cylindrical-coordinate representation of color #5B93CC: hue angle of 210.27º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B93CC is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 147 | 204 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.2 |
| HSL | 210.27º | 0.53% | 0.58% | - |
| HSV(B) | 210.27º | 0.55% | 0.8% | - |
| XYZ | 25.65 | 27.45 | 61.07 | - |
| YUV | 136.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 147 | 204 | 0.55 | 0.28 | 0 | 0.2 | 210.27 | 0.53 | 0.58 |
| Hex | 5B | 93 | CC | 37 | 1C | 0 | 14 | D2 | 35 | 3A |
| Octal | 133 | 223 | 314 | 67 | 34 | 0 | 24 | 322 | 65 | 72 |
| Binary | 1011011 | 10010011 | 11001100 | 110111 | 11100 | 0 | 10100 | 11010010 | 110101 | 111010 |
Color Harmonies of #5B93CC
Complementary color
Monochromatic Colors of #5B93CC
Black with #5B93CC
Text Example
Text Example
White with #5B93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B93CC; }
p { color: rgb(91,147,204); }
H1.HeaderClassName
{
color: #5B93CC;
}
.AnyTagClassName
{
color: #5B93CC;
}
</style>
background-color css
<style>
a { background-color: #5B93CC; }
a { background-color: rgb(91,147,204); }
div.DivClassName
{
background-color: #5B93CC;
}
.BgClassName
{
background-color: #5B93CC;
}
</style>
border-color css
<style>
span { border-color: #5B93CC; }
span { border-color: rgb(91,147,204); }
td.TdClassName
{
border-color: #5B93CC;
}
.TagClassName
{
border-color: #5B93CC;
}
</style>