Shades of Picton Blue #51A5CC
Tints of Picton Blue #51A5CC
RGB
CMYK
RGB Variations
Color information
#51A5CC (or 0x51A5CC) is known color: Picton Blue. HEX triplet: 51, A5 and CC. RGB value is (81,165,204). Sum of RGB (Red+Green+Blue) = 81+165+204=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #51A5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A5CC is #AE5A33. Grayscale: #909090. Windows color (decimal): -11426356 or 13411665. OLE color: 13411665.
HSL color Cylindrical-coordinate representation of color #51A5CC: hue angle of 199.02º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51A5CC is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 165 | 204 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.2 |
| HSL | 199.02º | 0.55% | 0.56% | - |
| HSV(B) | 199.02º | 0.6% | 0.8% | - |
| XYZ | 27.75 | 33.02 | 62.04 | - |
| YUV | 144.33 | 161.67 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 165 | 204 | 0.60 | 0.19 | 0 | 0.2 | 199.02 | 0.55 | 0.56 |
| Hex | 51 | A5 | CC | 3C | 13 | 0 | 14 | C7 | 37 | 38 |
| Octal | 121 | 245 | 314 | 74 | 23 | 0 | 24 | 307 | 67 | 70 |
| Binary | 1010001 | 10100101 | 11001100 | 111100 | 10011 | 0 | 10100 | 11000111 | 110111 | 111000 |
Color Harmonies of #51A5CC
Complementary color
Monochromatic Colors of #51A5CC
Black with #51A5CC
Text Example
Text Example
White with #51A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A5CC; }
p { color: rgb(81,165,204); }
H1.HeaderClassName
{
color: #51A5CC;
}
.AnyTagClassName
{
color: #51A5CC;
}
</style>
background-color css
<style>
a { background-color: #51A5CC; }
a { background-color: rgb(81,165,204); }
div.DivClassName
{
background-color: #51A5CC;
}
.BgClassName
{
background-color: #51A5CC;
}
</style>
border-color css
<style>
span { border-color: #51A5CC; }
span { border-color: rgb(81,165,204); }
td.TdClassName
{
border-color: #51A5CC;
}
.TagClassName
{
border-color: #51A5CC;
}
</style>