Shades of Picton Blue #5299C4
Tints of Picton Blue #5299C4
RGB
CMYK
RGB Variations
Color information
#5299C4 (or 0x5299C4) is known color: Picton Blue. HEX triplet: 52, 99 and C4. RGB value is (82,153,196). Sum of RGB (Red+Green+Blue) = 82+153+196=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #5299C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299C4 is #AD663B. Grayscale: #888888. Windows color (decimal): -11363900 or 12884306. OLE color: 12884306.
HSL color Cylindrical-coordinate representation of color #5299C4: hue angle of 202.63º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5299C4 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 153 | 196 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.23 |
| HSL | 202.63º | 0.49% | 0.55% | - |
| HSV(B) | 202.63º | 0.58% | 0.77% | - |
| XYZ | 24.83 | 28.56 | 56.43 | - |
| YUV | 136.67 | 161.48 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 196 | 0.58 | 0.22 | 0 | 0.23 | 202.63 | 0.49 | 0.55 |
| Hex | 52 | 99 | C4 | 3A | 16 | 0 | 17 | CB | 31 | 37 |
| Octal | 122 | 231 | 304 | 72 | 26 | 0 | 27 | 313 | 61 | 67 |
| Binary | 1010010 | 10011001 | 11000100 | 111010 | 10110 | 0 | 10111 | 11001011 | 110001 | 110111 |
Color Harmonies of #5299C4
Complementary color
Monochromatic Colors of #5299C4
Black with #5299C4
Text Example
Text Example
White with #5299C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5299C4; }
p { color: rgb(82,153,196); }
H1.HeaderClassName
{
color: #5299C4;
}
.AnyTagClassName
{
color: #5299C4;
}
</style>
background-color css
<style>
a { background-color: #5299C4; }
a { background-color: rgb(82,153,196); }
div.DivClassName
{
background-color: #5299C4;
}
.BgClassName
{
background-color: #5299C4;
}
</style>
border-color css
<style>
span { border-color: #5299C4; }
span { border-color: rgb(82,153,196); }
td.TdClassName
{
border-color: #5299C4;
}
.TagClassName
{
border-color: #5299C4;
}
</style>