Shades of Cerulean #057595
Tints of Cerulean #057595
RGB
CMYK
RGB Variations
Color information
#057595 (or 0x057595) is known color: Cerulean. HEX triplet: 05, 75 and 95. RGB value is (5,117,149). Sum of RGB (Red+Green+Blue) = 5+117+149=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #057595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057595 is #FA8A6A. Grayscale: #565656. Windows color (decimal): -16419435 or 9794821. OLE color: 9794821.
HSL color Cylindrical-coordinate representation of color #057595: hue angle of 193.33º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057595 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 117 | 149 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.42 |
| HSL | 193.33º | 0.94% | 0.3% | - |
| HSV(B) | 193.33º | 0.97% | 0.58% | - |
| XYZ | 11.85 | 14.92 | 30.69 | - |
| YUV | 87.16 | 162.89 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 149 | 0.97 | 0.21 | 0 | 0.42 | 193.33 | 0.94 | 0.3 |
| Hex | 5 | 75 | 95 | 61 | 15 | 0 | 2A | C1 | 5E | 1E |
| Octal | 5 | 165 | 225 | 141 | 25 | 0 | 52 | 301 | 136 | 36 |
| Binary | 101 | 1110101 | 10010101 | 1100001 | 10101 | 0 | 101010 | 11000001 | 1011110 | 11110 |
Color Harmonies of #057595
Complementary color
Monochromatic Colors of #057595
Black with #057595
Text Example
Text Example
White with #057595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057595; }
p { color: rgb(5,117,149); }
H1.HeaderClassName
{
color: #057595;
}
.AnyTagClassName
{
color: #057595;
}
</style>
background-color css
<style>
a { background-color: #057595; }
a { background-color: rgb(5,117,149); }
div.DivClassName
{
background-color: #057595;
}
.BgClassName
{
background-color: #057595;
}
</style>
border-color css
<style>
span { border-color: #057595; }
span { border-color: rgb(5,117,149); }
td.TdClassName
{
border-color: #057595;
}
.TagClassName
{
border-color: #057595;
}
</style>