Shades of Sherpa Blue #07525B
Tints of Sherpa Blue #07525B
RGB
CMYK
RGB Variations
Color information
#07525B (or 0x07525B) is known color: Sherpa Blue. HEX triplet: 07, 52 and 5B. RGB value is (7,82,91). Sum of RGB (Red+Green+Blue) = 7+82+91=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #07525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07525B is #F8ADA4. Grayscale: #3C3C3C. Windows color (decimal): -16297381 or 5984775. OLE color: 5984775.
HSL color Cylindrical-coordinate representation of color #07525B: hue angle of 186.43º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07525B is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 82 | 91 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.64 |
| HSL | 186.43º | 0.86% | 0.19% | - |
| HSV(B) | 186.43º | 0.92% | 0.36% | - |
| XYZ | 4.99 | 6.84 | 10.95 | - |
| YUV | 60.6 | 145.15 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 91 | 0.92 | 0.10 | 0 | 0.64 | 186.43 | 0.86 | 0.19 |
| Hex | 7 | 52 | 5B | 5C | A | 0 | 40 | BA | 56 | 13 |
| Octal | 7 | 122 | 133 | 134 | 12 | 0 | 100 | 272 | 126 | 23 |
| Binary | 111 | 1010010 | 1011011 | 1011100 | 1010 | 0 | 1000000 | 10111010 | 1010110 | 10011 |
Color Harmonies of #07525B
Complementary color
Monochromatic Colors of #07525B
Black with #07525B
Text Example
Text Example
White with #07525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07525B; }
p { color: rgb(7,82,91); }
H1.HeaderClassName
{
color: #07525B;
}
.AnyTagClassName
{
color: #07525B;
}
</style>
background-color css
<style>
a { background-color: #07525B; }
a { background-color: rgb(7,82,91); }
div.DivClassName
{
background-color: #07525B;
}
.BgClassName
{
background-color: #07525B;
}
</style>
border-color css
<style>
span { border-color: #07525B; }
span { border-color: rgb(7,82,91); }
td.TdClassName
{
border-color: #07525B;
}
.TagClassName
{
border-color: #07525B;
}
</style>