Shades of Picton Blue #599CD3
Tints of Picton Blue #599CD3
RGB
CMYK
RGB Variations
Color information
#599CD3 (or 0x599CD3) is known color: Picton Blue. HEX triplet: 59, 9C and D3. RGB value is (89,156,211). Sum of RGB (Red+Green+Blue) = 89+156+211=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #599CD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CD3 is #A6632C. Grayscale: #8D8D8D. Windows color (decimal): -10904365 or 13868121. OLE color: 13868121.
HSL color Cylindrical-coordinate representation of color #599CD3: hue angle of 207.05º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #599CD3 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 156 | 211 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.17 |
| HSL | 207.05º | 0.58% | 0.59% | - |
| HSV(B) | 207.05º | 0.58% | 0.83% | - |
| XYZ | 27.77 | 30.6 | 66.07 | - |
| YUV | 142.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 211 | 0.58 | 0.26 | 0 | 0.17 | 207.05 | 0.58 | 0.59 |
| Hex | 59 | 9C | D3 | 3A | 1A | 0 | 11 | CF | 3A | 3B |
| Octal | 131 | 234 | 323 | 72 | 32 | 0 | 21 | 317 | 72 | 73 |
| Binary | 1011001 | 10011100 | 11010011 | 111010 | 11010 | 0 | 10001 | 11001111 | 111010 | 111011 |
Color Harmonies of #599CD3
Complementary color
Monochromatic Colors of #599CD3
Black with #599CD3
Text Example
Text Example
White with #599CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599CD3; }
p { color: rgb(89,156,211); }
H1.HeaderClassName
{
color: #599CD3;
}
.AnyTagClassName
{
color: #599CD3;
}
</style>
background-color css
<style>
a { background-color: #599CD3; }
a { background-color: rgb(89,156,211); }
div.DivClassName
{
background-color: #599CD3;
}
.BgClassName
{
background-color: #599CD3;
}
</style>
border-color css
<style>
span { border-color: #599CD3; }
span { border-color: rgb(89,156,211); }
td.TdClassName
{
border-color: #599CD3;
}
.TagClassName
{
border-color: #599CD3;
}
</style>