Shades of Picton Blue #589BC4
Tints of Picton Blue #589BC4
RGB
CMYK
RGB Variations
Color information
#589BC4 (or 0x589BC4) is known color: Picton Blue. HEX triplet: 58, 9B and C4. RGB value is (88,155,196). Sum of RGB (Red+Green+Blue) = 88+155+196=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #589BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BC4 is #A7643B. Grayscale: #8B8B8B. Windows color (decimal): -10970172 or 12884824. OLE color: 12884824.
HSL color Cylindrical-coordinate representation of color #589BC4: hue angle of 202.78º 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 #589BC4 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 155 | 196 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.23 |
| HSL | 202.78º | 0.48% | 0.56% | - |
| HSV(B) | 202.78º | 0.55% | 0.77% | - |
| XYZ | 25.71 | 29.5 | 56.56 | - |
| YUV | 139.64 | 159.8 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 196 | 0.55 | 0.21 | 0 | 0.23 | 202.78 | 0.48 | 0.56 |
| Hex | 58 | 9B | C4 | 37 | 15 | 0 | 17 | CB | 30 | 38 |
| Octal | 130 | 233 | 304 | 67 | 25 | 0 | 27 | 313 | 60 | 70 |
| Binary | 1011000 | 10011011 | 11000100 | 110111 | 10101 | 0 | 10111 | 11001011 | 110000 | 111000 |
Color Harmonies of #589BC4
Complementary color
Monochromatic Colors of #589BC4
Black with #589BC4
Text Example
Text Example
White with #589BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BC4; }
p { color: rgb(88,155,196); }
H1.HeaderClassName
{
color: #589BC4;
}
.AnyTagClassName
{
color: #589BC4;
}
</style>
background-color css
<style>
a { background-color: #589BC4; }
a { background-color: rgb(88,155,196); }
div.DivClassName
{
background-color: #589BC4;
}
.BgClassName
{
background-color: #589BC4;
}
</style>
border-color css
<style>
span { border-color: #589BC4; }
span { border-color: rgb(88,155,196); }
td.TdClassName
{
border-color: #589BC4;
}
.TagClassName
{
border-color: #589BC4;
}
</style>