Shades of Eastern Blue #05829F
Tints of Eastern Blue #05829F
RGB
CMYK
RGB Variations
Color information
#05829F (or 0x05829F) is known color: Eastern Blue. HEX triplet: 05, 82 and 9F. RGB value is (5,130,159). Sum of RGB (Red+Green+Blue) = 5+130+159=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #05829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05829F is #FA7D60. Grayscale: #5F5F5F. Windows color (decimal): -16416097 or 10453509. OLE color: 10453509.
HSL color Cylindrical-coordinate representation of color #05829F: hue angle of 191.3º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05829F is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 130 | 159 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.38 |
| HSL | 191.3º | 0.94% | 0.32% | - |
| HSV(B) | 191.3º | 0.97% | 0.62% | - |
| XYZ | 14.3 | 18.5 | 35.62 | - |
| YUV | 95.93 | 163.59 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 159 | 0.97 | 0.18 | 0 | 0.38 | 191.3 | 0.94 | 0.32 |
| Hex | 5 | 82 | 9F | 61 | 12 | 0 | 26 | BF | 5E | 20 |
| Octal | 5 | 202 | 237 | 141 | 22 | 0 | 46 | 277 | 136 | 40 |
| Binary | 101 | 10000010 | 10011111 | 1100001 | 10010 | 0 | 100110 | 10111111 | 1011110 | 100000 |
Color Harmonies of #05829F
Complementary color
Monochromatic Colors of #05829F
Black with #05829F
Text Example
Text Example
White with #05829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05829F; }
p { color: rgb(5,130,159); }
H1.HeaderClassName
{
color: #05829F;
}
.AnyTagClassName
{
color: #05829F;
}
</style>
background-color css
<style>
a { background-color: #05829F; }
a { background-color: rgb(5,130,159); }
div.DivClassName
{
background-color: #05829F;
}
.BgClassName
{
background-color: #05829F;
}
</style>
border-color css
<style>
span { border-color: #05829F; }
span { border-color: rgb(5,130,159); }
td.TdClassName
{
border-color: #05829F;
}
.TagClassName
{
border-color: #05829F;
}
</style>