Shades of Sherpa Blue #0D5258
Tints of Sherpa Blue #0D5258
RGB
CMYK
RGB Variations
Color information
#0D5258 (or 0x0D5258) is known color: Sherpa Blue. HEX triplet: 0D, 52 and 58. RGB value is (13,82,88). Sum of RGB (Red+Green+Blue) = 13+82+88=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D5258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5258 is #F2ADA7. Grayscale: #3D3D3D. Windows color (decimal): -15904168 or 5788173. OLE color: 5788173.
HSL color Cylindrical-coordinate representation of color #0D5258: hue angle of 184.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5258 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 82 | 88 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.65 |
| HSL | 184.8º | 0.74% | 0.2% | - |
| HSV(B) | 184.8º | 0.85% | 0.35% | - |
| XYZ | 4.94 | 6.82 | 10.29 | - |
| YUV | 62.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 88 | 0.85 | 0.07 | 0 | 0.65 | 184.8 | 0.74 | 0.2 |
| Hex | D | 52 | 58 | 55 | 7 | 0 | 41 | B9 | 4A | 14 |
| Octal | 15 | 122 | 130 | 125 | 7 | 0 | 101 | 271 | 112 | 24 |
| Binary | 1101 | 1010010 | 1011000 | 1010101 | 111 | 0 | 1000001 | 10111001 | 1001010 | 10100 |
Color Harmonies of #0D5258
Complementary color
Monochromatic Colors of #0D5258
Black with #0D5258
Text Example
Text Example
White with #0D5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5258; }
p { color: rgb(13,82,88); }
H1.HeaderClassName
{
color: #0D5258;
}
.AnyTagClassName
{
color: #0D5258;
}
</style>
background-color css
<style>
a { background-color: #0D5258; }
a { background-color: rgb(13,82,88); }
div.DivClassName
{
background-color: #0D5258;
}
.BgClassName
{
background-color: #0D5258;
}
</style>
border-color css
<style>
span { border-color: #0D5258; }
span { border-color: rgb(13,82,88); }
td.TdClassName
{
border-color: #0D5258;
}
.TagClassName
{
border-color: #0D5258;
}
</style>