Shades of Blue Dianne #28554E
Tints of Blue Dianne #28554E
RGB
CMYK
RGB Variations
Color information
#28554E (or 0x28554E) is known color: Blue Dianne. HEX triplet: 28, 55 and 4E. RGB value is (40,85,78). Sum of RGB (Red+Green+Blue) = 40+85+78=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #28554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28554E is #D7AAB1. Grayscale: #464646. Windows color (decimal): -14133938 or 5133608. OLE color: 5133608.
HSL color Cylindrical-coordinate representation of color #28554E: hue angle of 170.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28554E is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 85 | 78 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.67 |
| HSL | 170.67º | 0.36% | 0.25% | - |
| HSV(B) | 170.67º | 0.53% | 0.33% | - |
| XYZ | 5.5 | 7.5 | 8.37 | - |
| YUV | 70.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 78 | 0.53 | 0 | 0.08 | 0.67 | 170.67 | 0.36 | 0.25 |
| Hex | 28 | 55 | 4E | 35 | 0 | 8 | 43 | AB | 24 | 19 |
| Octal | 50 | 125 | 116 | 65 | 0 | 10 | 103 | 253 | 44 | 31 |
| Binary | 101000 | 1010101 | 1001110 | 110101 | 0 | 1000 | 1000011 | 10101011 | 100100 | 11001 |
Color Harmonies of #28554E
Complementary color
Monochromatic Colors of #28554E
Black with #28554E
Text Example
Text Example
White with #28554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28554E; }
p { color: rgb(40,85,78); }
H1.HeaderClassName
{
color: #28554E;
}
.AnyTagClassName
{
color: #28554E;
}
</style>
background-color css
<style>
a { background-color: #28554E; }
a { background-color: rgb(40,85,78); }
div.DivClassName
{
background-color: #28554E;
}
.BgClassName
{
background-color: #28554E;
}
</style>
border-color css
<style>
span { border-color: #28554E; }
span { border-color: rgb(40,85,78); }
td.TdClassName
{
border-color: #28554E;
}
.TagClassName
{
border-color: #28554E;
}
</style>