Shades of Picton Blue #5F9BCA
Tints of Picton Blue #5F9BCA
RGB
CMYK
RGB Variations
Color information
#5F9BCA (or 0x5F9BCA) is known color: Picton Blue. HEX triplet: 5F, 9B and CA. RGB value is (95,155,202). Sum of RGB (Red+Green+Blue) = 95+155+202=452 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.02% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9BCA is #A06435. Grayscale: #8E8E8E. Windows color (decimal): -10511414 or 13278047. OLE color: 13278047.
HSL color Cylindrical-coordinate representation of color #5F9BCA: hue angle of 206.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F9BCA is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 155 | 202 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.21 |
| HSL | 206.36º | 0.5% | 0.58% | - |
| HSV(B) | 206.36º | 0.53% | 0.79% | - |
| XYZ | 27.1 | 30.14 | 60.27 | - |
| YUV | 142.42 | 161.62 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 202 | 0.53 | 0.23 | 0 | 0.21 | 206.36 | 0.5 | 0.58 |
| Hex | 5F | 9B | CA | 35 | 17 | 0 | 15 | CE | 32 | 3A |
| Octal | 137 | 233 | 312 | 65 | 27 | 0 | 25 | 316 | 62 | 72 |
| Binary | 1011111 | 10011011 | 11001010 | 110101 | 10111 | 0 | 10101 | 11001110 | 110010 | 111010 |
Color Harmonies of #5F9BCA
Complementary color
Monochromatic Colors of #5F9BCA
Black with #5F9BCA
Text Example
Text Example
White with #5F9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9BCA; }
p { color: rgb(95,155,202); }
H1.HeaderClassName
{
color: #5F9BCA;
}
.AnyTagClassName
{
color: #5F9BCA;
}
</style>
background-color css
<style>
a { background-color: #5F9BCA; }
a { background-color: rgb(95,155,202); }
div.DivClassName
{
background-color: #5F9BCA;
}
.BgClassName
{
background-color: #5F9BCA;
}
</style>
border-color css
<style>
span { border-color: #5F9BCA; }
span { border-color: rgb(95,155,202); }
td.TdClassName
{
border-color: #5F9BCA;
}
.TagClassName
{
border-color: #5F9BCA;
}
</style>