Shades of Picton Blue #5E9CDA
Tints of Picton Blue #5E9CDA
RGB
CMYK
RGB Variations
Color information
#5E9CDA (or 0x5E9CDA) is known color: Picton Blue. HEX triplet: 5E, 9C and DA. RGB value is (94,156,218). Sum of RGB (Red+Green+Blue) = 94+156+218=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E9CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9CDA is #A16325. Grayscale: #909090. Windows color (decimal): -10576678 or 14326878. OLE color: 14326878.
HSL color Cylindrical-coordinate representation of color #5E9CDA: hue angle of 210º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E9CDA is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 94 | 156 | 218 | - |
CMYK | 0.57 | 0.28 | 0 | 0.15 |
HSL | 210º | 0.63% | 0.61% | - |
HSV(B) | 210º | 0.57% | 0.85% | - |
XYZ | 29.16 | 31.22 | 70.82 | - |
YUV | 144.53 | 169.46 | 91.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 156 | 218 | 0.57 | 0.28 | 0 | 0.15 | 210 | 0.63 | 0.61 |
Hex | 5E | 9C | DA | 39 | 1C | 0 | F | D2 | 3F | 3D |
Octal | 136 | 234 | 332 | 71 | 34 | 0 | 17 | 322 | 77 | 75 |
Binary | 1011110 | 10011100 | 11011010 | 111001 | 11100 | 0 | 1111 | 11010010 | 111111 | 111101 |
Color Harmonies of #5E9CDA
Complementary color
Monochromatic Colors of #5E9CDA
Black with #5E9CDA
Text Example
Text Example
White with #5E9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9CDA; }
p { color: rgb(94,156,218); }
H1.HeaderClassName
{
color: #5E9CDA;
}
.AnyTagClassName
{
color: #5E9CDA;
}
</style>
background-color css
<style>
a { background-color: #5E9CDA; }
a { background-color: rgb(94,156,218); }
div.DivClassName
{
background-color: #5E9CDA;
}
.BgClassName
{
background-color: #5E9CDA;
}
</style>
border-color css
<style>
span { border-color: #5E9CDA; }
span { border-color: rgb(94,156,218); }
td.TdClassName
{
border-color: #5E9CDA;
}
.TagClassName
{
border-color: #5E9CDA;
}
</style>