Shades of Picton Blue #5C9DCF
Tints of Picton Blue #5C9DCF
RGB
CMYK
RGB Variations
Color information
#5C9DCF (or 0x5C9DCF) is known color: Picton Blue. HEX triplet: 5C, 9D and CF. RGB value is (92,157,207). Sum of RGB (Red+Green+Blue) = 92+157+207=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #5C9DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9DCF is #A36230. Grayscale: #8F8F8F. Windows color (decimal): -10707505 or 13606236. OLE color: 13606236.
HSL color Cylindrical-coordinate representation of color #5C9DCF: hue angle of 206.09º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C9DCF is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 157 | 207 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.19 |
| HSL | 206.09º | 0.55% | 0.59% | - |
| HSV(B) | 206.09º | 0.56% | 0.81% | - |
| XYZ | 27.73 | 30.89 | 63.53 | - |
| YUV | 143.27 | 163.97 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 157 | 207 | 0.56 | 0.24 | 0 | 0.19 | 206.09 | 0.55 | 0.59 |
| Hex | 5C | 9D | CF | 38 | 18 | 0 | 13 | CE | 37 | 3B |
| Octal | 134 | 235 | 317 | 70 | 30 | 0 | 23 | 316 | 67 | 73 |
| Binary | 1011100 | 10011101 | 11001111 | 111000 | 11000 | 0 | 10011 | 11001110 | 110111 | 111011 |
Color Harmonies of #5C9DCF
Complementary color
Monochromatic Colors of #5C9DCF
Black with #5C9DCF
Text Example
Text Example
White with #5C9DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9DCF; }
p { color: rgb(92,157,207); }
H1.HeaderClassName
{
color: #5C9DCF;
}
.AnyTagClassName
{
color: #5C9DCF;
}
</style>
background-color css
<style>
a { background-color: #5C9DCF; }
a { background-color: rgb(92,157,207); }
div.DivClassName
{
background-color: #5C9DCF;
}
.BgClassName
{
background-color: #5C9DCF;
}
</style>
border-color css
<style>
span { border-color: #5C9DCF; }
span { border-color: rgb(92,157,207); }
td.TdClassName
{
border-color: #5C9DCF;
}
.TagClassName
{
border-color: #5C9DCF;
}
</style>