Shades of Picton Blue #5C97CB
Tints of Picton Blue #5C97CB
RGB
CMYK
RGB Variations
Color information
#5C97CB (or 0x5C97CB) is known color: Picton Blue. HEX triplet: 5C, 97 and CB. RGB value is (92,151,203). Sum of RGB (Red+Green+Blue) = 92+151+203=446 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.63% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C97CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C97CB is #A36834. Grayscale: #8B8B8B. Windows color (decimal): -10709045 or 13342556. OLE color: 13342556.
HSL color Cylindrical-coordinate representation of color #5C97CB: hue angle of 208.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C97CB is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 151 | 203 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.20 |
| HSL | 208.11º | 0.52% | 0.58% | - |
| HSV(B) | 208.11º | 0.55% | 0.8% | - |
| XYZ | 26.26 | 28.72 | 60.66 | - |
| YUV | 139.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 151 | 203 | 0.55 | 0.26 | 0 | 0.20 | 208.11 | 0.52 | 0.58 |
| Hex | 5C | 97 | CB | 37 | 1A | 0 | 14 | D0 | 34 | 3A |
| Octal | 134 | 227 | 313 | 67 | 32 | 0 | 24 | 320 | 64 | 72 |
| Binary | 1011100 | 10010111 | 11001011 | 110111 | 11010 | 0 | 10100 | 11010000 | 110100 | 111010 |
Color Harmonies of #5C97CB
Complementary color
Monochromatic Colors of #5C97CB
Black with #5C97CB
Text Example
Text Example
White with #5C97CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C97CB; }
p { color: rgb(92,151,203); }
H1.HeaderClassName
{
color: #5C97CB;
}
.AnyTagClassName
{
color: #5C97CB;
}
</style>
background-color css
<style>
a { background-color: #5C97CB; }
a { background-color: rgb(92,151,203); }
div.DivClassName
{
background-color: #5C97CB;
}
.BgClassName
{
background-color: #5C97CB;
}
</style>
border-color css
<style>
span { border-color: #5C97CB; }
span { border-color: rgb(92,151,203); }
td.TdClassName
{
border-color: #5C97CB;
}
.TagClassName
{
border-color: #5C97CB;
}
</style>