Shades of Sherpa Blue #0D5358
Tints of Sherpa Blue #0D5358
RGB
CMYK
RGB Variations
Color information
#0D5358 (or 0x0D5358) is known color: Sherpa Blue. HEX triplet: 0D, 53 and 58. RGB value is (13,83,88). Sum of RGB (Red+Green+Blue) = 13+83+88=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D5358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5358 is #F2ACA7. Grayscale: #3E3E3E. Windows color (decimal): -15903912 or 5788429. OLE color: 5788429.
HSL color Cylindrical-coordinate representation of color #0D5358: hue angle of 184º 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 #0D5358 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 83 | 88 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.65 |
| HSL | 184º | 0.74% | 0.2% | - |
| HSV(B) | 184º | 0.85% | 0.35% | - |
| XYZ | 5.02 | 6.98 | 10.31 | - |
| YUV | 62.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 88 | 0.85 | 0.06 | 0 | 0.65 | 184 | 0.74 | 0.2 |
| Hex | D | 53 | 58 | 55 | 6 | 0 | 41 | B8 | 4A | 14 |
| Octal | 15 | 123 | 130 | 125 | 6 | 0 | 101 | 270 | 112 | 24 |
| Binary | 1101 | 1010011 | 1011000 | 1010101 | 110 | 0 | 1000001 | 10111000 | 1001010 | 10100 |
Color Harmonies of #0D5358
Complementary color
Monochromatic Colors of #0D5358
Black with #0D5358
Text Example
Text Example
White with #0D5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5358; }
p { color: rgb(13,83,88); }
H1.HeaderClassName
{
color: #0D5358;
}
.AnyTagClassName
{
color: #0D5358;
}
</style>
background-color css
<style>
a { background-color: #0D5358; }
a { background-color: rgb(13,83,88); }
div.DivClassName
{
background-color: #0D5358;
}
.BgClassName
{
background-color: #0D5358;
}
</style>
border-color css
<style>
span { border-color: #0D5358; }
span { border-color: rgb(13,83,88); }
td.TdClassName
{
border-color: #0D5358;
}
.TagClassName
{
border-color: #0D5358;
}
</style>