Shades of Picton Blue #529BC4
Tints of Picton Blue #529BC4
RGB
CMYK
RGB Variations
Color information
#529BC4 (or 0x529BC4) is known color: Picton Blue. HEX triplet: 52, 9B and C4. RGB value is (82,155,196). Sum of RGB (Red+Green+Blue) = 82+155+196=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #529BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BC4 is #AD643B. Grayscale: #898989. Windows color (decimal): -11363388 or 12884818. OLE color: 12884818.
HSL color Cylindrical-coordinate representation of color #529BC4: hue angle of 201.58º 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 #529BC4 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 155 | 196 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.23 |
| HSL | 201.58º | 0.49% | 0.55% | - |
| HSV(B) | 201.58º | 0.58% | 0.77% | - |
| XYZ | 25.16 | 29.22 | 56.54 | - |
| YUV | 137.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 196 | 0.58 | 0.21 | 0 | 0.23 | 201.58 | 0.49 | 0.55 |
| Hex | 52 | 9B | C4 | 3A | 15 | 0 | 17 | CA | 31 | 37 |
| Octal | 122 | 233 | 304 | 72 | 25 | 0 | 27 | 312 | 61 | 67 |
| Binary | 1010010 | 10011011 | 11000100 | 111010 | 10101 | 0 | 10111 | 11001010 | 110001 | 110111 |
Color Harmonies of #529BC4
Complementary color
Monochromatic Colors of #529BC4
Black with #529BC4
Text Example
Text Example
White with #529BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BC4; }
p { color: rgb(82,155,196); }
H1.HeaderClassName
{
color: #529BC4;
}
.AnyTagClassName
{
color: #529BC4;
}
</style>
background-color css
<style>
a { background-color: #529BC4; }
a { background-color: rgb(82,155,196); }
div.DivClassName
{
background-color: #529BC4;
}
.BgClassName
{
background-color: #529BC4;
}
</style>
border-color css
<style>
span { border-color: #529BC4; }
span { border-color: rgb(82,155,196); }
td.TdClassName
{
border-color: #529BC4;
}
.TagClassName
{
border-color: #529BC4;
}
</style>