Shades of Denim #0557BC
Tints of Denim #0557BC
RGB
CMYK
RGB Variations
Color information
#0557BC (or 0x0557BC) is known color: Denim. HEX triplet: 05, 57 and BC. RGB value is (5,87,188). Sum of RGB (Red+Green+Blue) = 5+87+188=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #0557BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0557BC is #FAA843. Grayscale: #494949. Windows color (decimal): -16427076 or 12343045. OLE color: 12343045.
HSL color Cylindrical-coordinate representation of color #0557BC: hue angle of 213.11º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0557BC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 87 | 188 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.26 |
| HSL | 213.11º | 0.95% | 0.38% | - |
| HSV(B) | 213.11º | 0.97% | 0.74% | - |
| XYZ | 12.55 | 10.48 | 48.94 | - |
| YUV | 74 | 192.33 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 188 | 0.97 | 0.54 | 0 | 0.26 | 213.11 | 0.95 | 0.38 |
| Hex | 5 | 57 | BC | 61 | 36 | 0 | 1A | D5 | 5F | 26 |
| Octal | 5 | 127 | 274 | 141 | 66 | 0 | 32 | 325 | 137 | 46 |
| Binary | 101 | 1010111 | 10111100 | 1100001 | 110110 | 0 | 11010 | 11010101 | 1011111 | 100110 |
Color Harmonies of #0557BC
Complementary color
Monochromatic Colors of #0557BC
Black with #0557BC
Text Example
Text Example
White with #0557BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0557BC; }
p { color: rgb(5,87,188); }
H1.HeaderClassName
{
color: #0557BC;
}
.AnyTagClassName
{
color: #0557BC;
}
</style>
background-color css
<style>
a { background-color: #0557BC; }
a { background-color: rgb(5,87,188); }
div.DivClassName
{
background-color: #0557BC;
}
.BgClassName
{
background-color: #0557BC;
}
</style>
border-color css
<style>
span { border-color: #0557BC; }
span { border-color: rgb(5,87,188); }
td.TdClassName
{
border-color: #0557BC;
}
.TagClassName
{
border-color: #0557BC;
}
</style>