Shades of Picton Blue #599BCC
Tints of Picton Blue #599BCC
RGB
CMYK
RGB Variations
Color information
#599BCC (or 0x599BCC) is known color: Picton Blue. HEX triplet: 59, 9B and CC. RGB value is (89,155,204). Sum of RGB (Red+Green+Blue) = 89+155+204=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #599BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BCC is #A66433. Grayscale: #8C8C8C. Windows color (decimal): -10904628 or 13409113. OLE color: 13409113.
HSL color Cylindrical-coordinate representation of color #599BCC: hue angle of 205.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #599BCC is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 155 | 204 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.2 |
| HSL | 205.57º | 0.53% | 0.57% | - |
| HSV(B) | 205.57º | 0.56% | 0.8% | - |
| XYZ | 26.74 | 29.93 | 61.49 | - |
| YUV | 140.85 | 163.63 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 204 | 0.56 | 0.24 | 0 | 0.2 | 205.57 | 0.53 | 0.57 |
| Hex | 59 | 9B | CC | 38 | 18 | 0 | 14 | CE | 35 | 39 |
| Octal | 131 | 233 | 314 | 70 | 30 | 0 | 24 | 316 | 65 | 71 |
| Binary | 1011001 | 10011011 | 11001100 | 111000 | 11000 | 0 | 10100 | 11001110 | 110101 | 111001 |
Color Harmonies of #599BCC
Complementary color
Monochromatic Colors of #599BCC
Black with #599BCC
Text Example
Text Example
White with #599BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BCC; }
p { color: rgb(89,155,204); }
H1.HeaderClassName
{
color: #599BCC;
}
.AnyTagClassName
{
color: #599BCC;
}
</style>
background-color css
<style>
a { background-color: #599BCC; }
a { background-color: rgb(89,155,204); }
div.DivClassName
{
background-color: #599BCC;
}
.BgClassName
{
background-color: #599BCC;
}
</style>
border-color css
<style>
span { border-color: #599BCC; }
span { border-color: rgb(89,155,204); }
td.TdClassName
{
border-color: #599BCC;
}
.TagClassName
{
border-color: #599BCC;
}
</style>