Shades of Sherpa Blue #08524D
Tints of Sherpa Blue #08524D
RGB
CMYK
RGB Variations
Color information
#08524D (or 0x08524D) is known color: Sherpa Blue. HEX triplet: 08, 52 and 4D. RGB value is (8,82,77). Sum of RGB (Red+Green+Blue) = 8+82+77=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #08524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08524D is #F7ADB2. Grayscale: #3B3B3B. Windows color (decimal): -16231859 or 5067272. OLE color: 5067272.
HSL color Cylindrical-coordinate representation of color #08524D: hue angle of 175.95º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08524D is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
RGB | 8 | 82 | 77 | - |
CMYK | 0.90 | 0 | 0.06 | 0.68 |
HSL | 175.95º | 0.82% | 0.18% | - |
HSV(B) | 175.95º | 0.9% | 0.32% | - |
XYZ | 4.46 | 6.62 | 8.06 | - |
YUV | 59.3 | 137.98 | 91.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 82 | 77 | 0.90 | 0 | 0.06 | 0.68 | 175.95 | 0.82 | 0.18 |
Hex | 8 | 52 | 4D | 5A | 0 | 6 | 44 | B0 | 52 | 12 |
Octal | 10 | 122 | 115 | 132 | 0 | 6 | 104 | 260 | 122 | 22 |
Binary | 1000 | 1010010 | 1001101 | 1011010 | 0 | 110 | 1000100 | 10110000 | 1010010 | 10010 |
Color Harmonies of #08524D
Complementary color
Monochromatic Colors of #08524D
Black with #08524D
Text Example
Text Example
White with #08524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08524D; }
p { color: rgb(8,82,77); }
H1.HeaderClassName
{
color: #08524D;
}
.AnyTagClassName
{
color: #08524D;
}
</style>
background-color css
<style>
a { background-color: #08524D; }
a { background-color: rgb(8,82,77); }
div.DivClassName
{
background-color: #08524D;
}
.BgClassName
{
background-color: #08524D;
}
</style>
border-color css
<style>
span { border-color: #08524D; }
span { border-color: rgb(8,82,77); }
td.TdClassName
{
border-color: #08524D;
}
.TagClassName
{
border-color: #08524D;
}
</style>