Shades of Picton Blue #5BA4CD
Tints of Picton Blue #5BA4CD
RGB
CMYK
RGB Variations
Color information
#5BA4CD (or 0x5BA4CD) is known color: Picton Blue. HEX triplet: 5B, A4 and CD. RGB value is (91,164,205). Sum of RGB (Red+Green+Blue) = 91+164+205=460 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.78% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #5BA4CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA4CD is #A45B32. Grayscale: #929292. Windows color (decimal): -10771251 or 13476955. OLE color: 13476955.
HSL color Cylindrical-coordinate representation of color #5BA4CD: hue angle of 201.58º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BA4CD is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 164 | 205 | - |
| CMYK | 0.56 | 0.2 | 0 | 0.20 |
| HSL | 201.58º | 0.53% | 0.58% | - |
| HSV(B) | 201.58º | 0.56% | 0.8% | - |
| XYZ | 28.61 | 33.18 | 62.65 | - |
| YUV | 146.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 205 | 0.56 | 0.2 | 0 | 0.20 | 201.58 | 0.53 | 0.58 |
| Hex | 5B | A4 | CD | 38 | 14 | 0 | 14 | CA | 35 | 3A |
| Octal | 133 | 244 | 315 | 70 | 24 | 0 | 24 | 312 | 65 | 72 |
| Binary | 1011011 | 10100100 | 11001101 | 111000 | 10100 | 0 | 10100 | 11001010 | 110101 | 111010 |
Color Harmonies of #5BA4CD
Complementary color
Monochromatic Colors of #5BA4CD
Black with #5BA4CD
Text Example
Text Example
White with #5BA4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA4CD; }
p { color: rgb(91,164,205); }
H1.HeaderClassName
{
color: #5BA4CD;
}
.AnyTagClassName
{
color: #5BA4CD;
}
</style>
background-color css
<style>
a { background-color: #5BA4CD; }
a { background-color: rgb(91,164,205); }
div.DivClassName
{
background-color: #5BA4CD;
}
.BgClassName
{
background-color: #5BA4CD;
}
</style>
border-color css
<style>
span { border-color: #5BA4CD; }
span { border-color: rgb(91,164,205); }
td.TdClassName
{
border-color: #5BA4CD;
}
.TagClassName
{
border-color: #5BA4CD;
}
</style>