Shades of Picton Blue #589DC4
Tints of Picton Blue #589DC4
RGB
CMYK
RGB Variations
Color information
#589DC4 (or 0x589DC4) is known color: Picton Blue. HEX triplet: 58, 9D and C4. RGB value is (88,157,196). Sum of RGB (Red+Green+Blue) = 88+157+196=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #589DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DC4 is #A7623B. Grayscale: #8C8C8C. Windows color (decimal): -10969660 or 12885336. OLE color: 12885336.
HSL color Cylindrical-coordinate representation of color #589DC4: hue angle of 201.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #589DC4 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 157 | 196 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.23 |
| HSL | 201.67º | 0.48% | 0.56% | - |
| HSV(B) | 201.67º | 0.55% | 0.77% | - |
| XYZ | 26.05 | 30.17 | 56.68 | - |
| YUV | 140.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 196 | 0.55 | 0.20 | 0 | 0.23 | 201.67 | 0.48 | 0.56 |
| Hex | 58 | 9D | C4 | 37 | 14 | 0 | 17 | CA | 30 | 38 |
| Octal | 130 | 235 | 304 | 67 | 24 | 0 | 27 | 312 | 60 | 70 |
| Binary | 1011000 | 10011101 | 11000100 | 110111 | 10100 | 0 | 10111 | 11001010 | 110000 | 111000 |
Color Harmonies of #589DC4
Complementary color
Monochromatic Colors of #589DC4
Black with #589DC4
Text Example
Text Example
White with #589DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DC4; }
p { color: rgb(88,157,196); }
H1.HeaderClassName
{
color: #589DC4;
}
.AnyTagClassName
{
color: #589DC4;
}
</style>
background-color css
<style>
a { background-color: #589DC4; }
a { background-color: rgb(88,157,196); }
div.DivClassName
{
background-color: #589DC4;
}
.BgClassName
{
background-color: #589DC4;
}
</style>
border-color css
<style>
span { border-color: #589DC4; }
span { border-color: rgb(88,157,196); }
td.TdClassName
{
border-color: #589DC4;
}
.TagClassName
{
border-color: #589DC4;
}
</style>