Shades of Blue Chill #428B89
Tints of Blue Chill #428B89
RGB
CMYK
RGB Variations
Color information
#428B89 (or 0x428B89) is known color: Blue Chill. HEX triplet: 42, 8B and 89. RGB value is (66,139,137). Sum of RGB (Red+Green+Blue) = 66+139+137=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #428B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428B89 is #BD7476. Grayscale: #747474. Windows color (decimal): -12416119 or 9014082. OLE color: 9014082.
HSL color Cylindrical-coordinate representation of color #428B89: hue angle of 178.36º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428B89 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 137 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.45 |
| HSL | 178.36º | 0.36% | 0.4% | - |
| HSV(B) | 178.36º | 0.53% | 0.55% | - |
| XYZ | 15.99 | 21.43 | 26.96 | - |
| YUV | 116.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 137 | 0.53 | 0 | 0.01 | 0.45 | 178.36 | 0.36 | 0.4 |
| Hex | 42 | 8B | 89 | 35 | 0 | 1 | 2D | B2 | 24 | 28 |
| Octal | 102 | 213 | 211 | 65 | 0 | 1 | 55 | 262 | 44 | 50 |
| Binary | 1000010 | 10001011 | 10001001 | 110101 | 0 | 1 | 101101 | 10110010 | 100100 | 101000 |
Color Harmonies of #428B89
Complementary color
Monochromatic Colors of #428B89
Black with #428B89
Text Example
Text Example
White with #428B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B89; }
p { color: rgb(66,139,137); }
H1.HeaderClassName
{
color: #428B89;
}
.AnyTagClassName
{
color: #428B89;
}
</style>
background-color css
<style>
a { background-color: #428B89; }
a { background-color: rgb(66,139,137); }
div.DivClassName
{
background-color: #428B89;
}
.BgClassName
{
background-color: #428B89;
}
</style>
border-color css
<style>
span { border-color: #428B89; }
span { border-color: rgb(66,139,137); }
td.TdClassName
{
border-color: #428B89;
}
.TagClassName
{
border-color: #428B89;
}
</style>