Shades of Picton Blue #5994D2
Tints of Picton Blue #5994D2
RGB
CMYK
RGB Variations
Color information
#5994D2 (or 0x5994D2) is known color: Picton Blue. HEX triplet: 59, 94 and D2. RGB value is (89,148,210). Sum of RGB (Red+Green+Blue) = 89+148+210=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #5994D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5994D2 is #A66B2D. Grayscale: #898989. Windows color (decimal): -10906414 or 13800537. OLE color: 13800537.
HSL color Cylindrical-coordinate representation of color #5994D2: hue angle of 210.74º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5994D2 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 148 | 210 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.18 |
| HSL | 210.74º | 0.57% | 0.59% | - |
| HSV(B) | 210.74º | 0.58% | 0.82% | - |
| XYZ | 26.34 | 27.96 | 64.98 | - |
| YUV | 137.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 210 | 0.58 | 0.30 | 0 | 0.18 | 210.74 | 0.57 | 0.59 |
| Hex | 59 | 94 | D2 | 3A | 1E | 0 | 12 | D3 | 39 | 3B |
| Octal | 131 | 224 | 322 | 72 | 36 | 0 | 22 | 323 | 71 | 73 |
| Binary | 1011001 | 10010100 | 11010010 | 111010 | 11110 | 0 | 10010 | 11010011 | 111001 | 111011 |
Color Harmonies of #5994D2
Complementary color
Monochromatic Colors of #5994D2
Black with #5994D2
Text Example
Text Example
White with #5994D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5994D2; }
p { color: rgb(89,148,210); }
H1.HeaderClassName
{
color: #5994D2;
}
.AnyTagClassName
{
color: #5994D2;
}
</style>
background-color css
<style>
a { background-color: #5994D2; }
a { background-color: rgb(89,148,210); }
div.DivClassName
{
background-color: #5994D2;
}
.BgClassName
{
background-color: #5994D2;
}
</style>
border-color css
<style>
span { border-color: #5994D2; }
span { border-color: rgb(89,148,210); }
td.TdClassName
{
border-color: #5994D2;
}
.TagClassName
{
border-color: #5994D2;
}
</style>