Shades of Picton Blue #5D9BCE
Tints of Picton Blue #5D9BCE
RGB
CMYK
RGB Variations
Color information
#5D9BCE (or 0x5D9BCE) is known color: Picton Blue. HEX triplet: 5D, 9B and CE. RGB value is (93,155,206). Sum of RGB (Red+Green+Blue) = 93+155+206=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D9BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9BCE is #A26431. Grayscale: #8E8E8E. Windows color (decimal): -10642482 or 13540189. OLE color: 13540189.
HSL color Cylindrical-coordinate representation of color #5D9BCE: hue angle of 207.08º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D9BCE is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 155 | 206 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.19 |
| HSL | 207.08º | 0.54% | 0.59% | - |
| HSV(B) | 207.08º | 0.55% | 0.81% | - |
| XYZ | 27.38 | 30.23 | 62.78 | - |
| YUV | 142.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 155 | 206 | 0.55 | 0.25 | 0 | 0.19 | 207.08 | 0.54 | 0.59 |
| Hex | 5D | 9B | CE | 37 | 19 | 0 | 13 | CF | 36 | 3B |
| Octal | 135 | 233 | 316 | 67 | 31 | 0 | 23 | 317 | 66 | 73 |
| Binary | 1011101 | 10011011 | 11001110 | 110111 | 11001 | 0 | 10011 | 11001111 | 110110 | 111011 |
Color Harmonies of #5D9BCE
Complementary color
Monochromatic Colors of #5D9BCE
Black with #5D9BCE
Text Example
Text Example
White with #5D9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9BCE; }
p { color: rgb(93,155,206); }
H1.HeaderClassName
{
color: #5D9BCE;
}
.AnyTagClassName
{
color: #5D9BCE;
}
</style>
background-color css
<style>
a { background-color: #5D9BCE; }
a { background-color: rgb(93,155,206); }
div.DivClassName
{
background-color: #5D9BCE;
}
.BgClassName
{
background-color: #5D9BCE;
}
</style>
border-color css
<style>
span { border-color: #5D9BCE; }
span { border-color: rgb(93,155,206); }
td.TdClassName
{
border-color: #5D9BCE;
}
.TagClassName
{
border-color: #5D9BCE;
}
</style>