Shades of Sherpa Blue #004552
Tints of Sherpa Blue #004552
RGB
CMYK
RGB Variations
Color information
#004552 (or 0x004552) is known color: Sherpa Blue. HEX triplet: 00, 45 and 52. RGB value is (0,69,82). Sum of RGB (Red+Green+Blue) = 0+69+82=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #004552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004552 is #FFBAAD. Grayscale: #313131. Windows color (decimal): -16759470 or 5391616. OLE color: 5391616.
HSL color Cylindrical-coordinate representation of color #004552: hue angle of 189.51º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004552 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 69 | 82 | - |
| CMYK | 1 | 0.16 | 0 | 0.68 |
| HSL | 189.51º | 1% | 0.16% | - |
| HSV(B) | 189.51º | 1% | 0.32% | - |
| XYZ | 3.65 | 4.87 | 8.73 | - |
| YUV | 49.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 82 | 1 | 0.16 | 0 | 0.68 | 189.51 | 1 | 0.16 |
| Hex | 0 | 45 | 52 | 64 | 10 | 0 | 44 | BE | 64 | 10 |
| Octal | 0 | 105 | 122 | 144 | 20 | 0 | 104 | 276 | 144 | 20 |
| Binary | 0 | 1000101 | 1010010 | 1100100 | 10000 | 0 | 1000100 | 10111110 | 1100100 | 10000 |
Color Harmonies of #004552
Complementary color
Monochromatic Colors of #004552
Black with #004552
Text Example
Text Example
White with #004552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004552; }
p { color: rgb(0,69,82); }
H1.HeaderClassName
{
color: #004552;
}
.AnyTagClassName
{
color: #004552;
}
</style>
background-color css
<style>
a { background-color: #004552; }
a { background-color: rgb(0,69,82); }
div.DivClassName
{
background-color: #004552;
}
.BgClassName
{
background-color: #004552;
}
</style>
border-color css
<style>
span { border-color: #004552; }
span { border-color: rgb(0,69,82); }
td.TdClassName
{
border-color: #004552;
}
.TagClassName
{
border-color: #004552;
}
</style>