Shades of Eastern Blue #0596A1
Tints of Eastern Blue #0596A1
RGB
CMYK
RGB Variations
Color information
#0596A1 (or 0x0596A1) is known color: Eastern Blue. HEX triplet: 05, 96 and A1. RGB value is (5,150,161). Sum of RGB (Red+Green+Blue) = 5+150+161=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 161 (63.28% from 255 or 50.95% from 316); Max value from RGB is 161 - color contains mainly: blue. Hex color #0596A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0596A1 is #FA695E. Grayscale: #6B6B6B. Windows color (decimal): -16410975 or 10589701. OLE color: 10589701.
HSL color Cylindrical-coordinate representation of color #0596A1: hue angle of 184.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0596A1 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 150 | 161 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.37 |
| HSL | 184.23º | 0.94% | 0.33% | - |
| HSV(B) | 184.23º | 0.97% | 0.63% | - |
| XYZ | 17.4 | 24.42 | 37.51 | - |
| YUV | 107.9 | 157.96 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 161 | 0.97 | 0.07 | 0 | 0.37 | 184.23 | 0.94 | 0.33 |
| Hex | 5 | 96 | A1 | 61 | 7 | 0 | 25 | B8 | 5E | 21 |
| Octal | 5 | 226 | 241 | 141 | 7 | 0 | 45 | 270 | 136 | 41 |
| Binary | 101 | 10010110 | 10100001 | 1100001 | 111 | 0 | 100101 | 10111000 | 1011110 | 100001 |
Color Harmonies of #0596A1
Complementary color
Monochromatic Colors of #0596A1
Black with #0596A1
Text Example
Text Example
White with #0596A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0596A1; }
p { color: rgb(5,150,161); }
H1.HeaderClassName
{
color: #0596A1;
}
.AnyTagClassName
{
color: #0596A1;
}
</style>
background-color css
<style>
a { background-color: #0596A1; }
a { background-color: rgb(5,150,161); }
div.DivClassName
{
background-color: #0596A1;
}
.BgClassName
{
background-color: #0596A1;
}
</style>
border-color css
<style>
span { border-color: #0596A1; }
span { border-color: rgb(5,150,161); }
td.TdClassName
{
border-color: #0596A1;
}
.TagClassName
{
border-color: #0596A1;
}
</style>