Shades of Sherpa Blue #08534E
Tints of Sherpa Blue #08534E
RGB
CMYK
RGB Variations
Color information
#08534E (or 0x08534E) is known color: Sherpa Blue. HEX triplet: 08, 53 and 4E. RGB value is (8,83,78). Sum of RGB (Red+Green+Blue) = 8+83+78=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #08534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08534E is #F7ACB1. Grayscale: #3B3B3B. Windows color (decimal): -16231602 or 5133064. OLE color: 5133064.
HSL color Cylindrical-coordinate representation of color #08534E: hue angle of 176º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08534E is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 78 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.67 |
| HSL | 176º | 0.82% | 0.18% | - |
| HSV(B) | 176º | 0.9% | 0.33% | - |
| XYZ | 4.57 | 6.79 | 8.28 | - |
| YUV | 60.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 78 | 0.90 | 0 | 0.06 | 0.67 | 176 | 0.82 | 0.18 |
| Hex | 8 | 53 | 4E | 5A | 0 | 6 | 43 | B0 | 52 | 12 |
| Octal | 10 | 123 | 116 | 132 | 0 | 6 | 103 | 260 | 122 | 22 |
| Binary | 1000 | 1010011 | 1001110 | 1011010 | 0 | 110 | 1000011 | 10110000 | 1010010 | 10010 |
Color Harmonies of #08534E
Complementary color
Monochromatic Colors of #08534E
Black with #08534E
Text Example
Text Example
White with #08534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08534E; }
p { color: rgb(8,83,78); }
H1.HeaderClassName
{
color: #08534E;
}
.AnyTagClassName
{
color: #08534E;
}
</style>
background-color css
<style>
a { background-color: #08534E; }
a { background-color: rgb(8,83,78); }
div.DivClassName
{
background-color: #08534E;
}
.BgClassName
{
background-color: #08534E;
}
</style>
border-color css
<style>
span { border-color: #08534E; }
span { border-color: rgb(8,83,78); }
td.TdClassName
{
border-color: #08534E;
}
.TagClassName
{
border-color: #08534E;
}
</style>