Shades of Picton Blue #599ACB
Tints of Picton Blue #599ACB
RGB
CMYK
RGB Variations
Color information
#599ACB (or 0x599ACB) is known color: Picton Blue. HEX triplet: 59, 9A and CB. RGB value is (89,154,203). Sum of RGB (Red+Green+Blue) = 89+154+203=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #599ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ACB is #A66534. Grayscale: #8B8B8B. Windows color (decimal): -10904885 or 13343321. OLE color: 13343321.
HSL color Cylindrical-coordinate representation of color #599ACB: hue angle of 205.79º degrees, saturation: 0.52, 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 #599ACB is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 154 | 203 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.20 |
| HSL | 205.79º | 0.52% | 0.57% | - |
| HSV(B) | 205.79º | 0.56% | 0.8% | - |
| XYZ | 26.45 | 29.55 | 60.81 | - |
| YUV | 140.15 | 163.47 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 203 | 0.56 | 0.24 | 0 | 0.20 | 205.79 | 0.52 | 0.57 |
| Hex | 59 | 9A | CB | 38 | 18 | 0 | 14 | CE | 34 | 39 |
| Octal | 131 | 232 | 313 | 70 | 30 | 0 | 24 | 316 | 64 | 71 |
| Binary | 1011001 | 10011010 | 11001011 | 111000 | 11000 | 0 | 10100 | 11001110 | 110100 | 111001 |
Color Harmonies of #599ACB
Complementary color
Monochromatic Colors of #599ACB
Black with #599ACB
Text Example
Text Example
White with #599ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599ACB; }
p { color: rgb(89,154,203); }
H1.HeaderClassName
{
color: #599ACB;
}
.AnyTagClassName
{
color: #599ACB;
}
</style>
background-color css
<style>
a { background-color: #599ACB; }
a { background-color: rgb(89,154,203); }
div.DivClassName
{
background-color: #599ACB;
}
.BgClassName
{
background-color: #599ACB;
}
</style>
border-color css
<style>
span { border-color: #599ACB; }
span { border-color: rgb(89,154,203); }
td.TdClassName
{
border-color: #599ACB;
}
.TagClassName
{
border-color: #599ACB;
}
</style>