Shades of Sherpa Blue #005348
Tints of Sherpa Blue #005348
RGB
CMYK
RGB Variations
Color information
#005348 (or 0x005348) is known color: Sherpa Blue. HEX triplet: 00, 53 and 48. RGB value is (0,83,72). Sum of RGB (Red+Green+Blue) = 0+83+72=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #005348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005348 is #FFACB7. Grayscale: #383838. Windows color (decimal): -16755896 or 4739840. OLE color: 4739840.
HSL color Cylindrical-coordinate representation of color #005348: hue angle of 172.05º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005348 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 72 | - |
| CMYK | 1 | 0 | 0.13 | 0.67 |
| HSL | 172.05º | 1% | 0.16% | - |
| HSV(B) | 172.05º | 1% | 0.33% | - |
| XYZ | 4.26 | 6.65 | 7.19 | - |
| YUV | 56.93 | 136.5 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 72 | 1 | 0 | 0.13 | 0.67 | 172.05 | 1 | 0.16 |
| Hex | 0 | 53 | 48 | 64 | 0 | D | 43 | AC | 64 | 10 |
| Octal | 0 | 123 | 110 | 144 | 0 | 15 | 103 | 254 | 144 | 20 |
| Binary | 0 | 1010011 | 1001000 | 1100100 | 0 | 1101 | 1000011 | 10101100 | 1100100 | 10000 |
Color Harmonies of #005348
Complementary color
Monochromatic Colors of #005348
Black with #005348
Text Example
Text Example
White with #005348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005348; }
p { color: rgb(0,83,72); }
H1.HeaderClassName
{
color: #005348;
}
.AnyTagClassName
{
color: #005348;
}
</style>
background-color css
<style>
a { background-color: #005348; }
a { background-color: rgb(0,83,72); }
div.DivClassName
{
background-color: #005348;
}
.BgClassName
{
background-color: #005348;
}
</style>
border-color css
<style>
span { border-color: #005348; }
span { border-color: rgb(0,83,72); }
td.TdClassName
{
border-color: #005348;
}
.TagClassName
{
border-color: #005348;
}
</style>