Shades of Sherpa Blue #07535B
Tints of Sherpa Blue #07535B
RGB
CMYK
RGB Variations
Color information
#07535B (or 0x07535B) is known color: Sherpa Blue. HEX triplet: 07, 53 and 5B. RGB value is (7,83,91). Sum of RGB (Red+Green+Blue) = 7+83+91=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #07535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07535B is #F8ACA4. Grayscale: #3D3D3D. Windows color (decimal): -16297125 or 5985031. OLE color: 5985031.
HSL color Cylindrical-coordinate representation of color #07535B: hue angle of 185.71º 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 #07535B is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 83 | 91 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.64 |
| HSL | 185.71º | 0.86% | 0.19% | - |
| HSV(B) | 185.71º | 0.92% | 0.36% | - |
| XYZ | 5.07 | 6.99 | 10.98 | - |
| YUV | 61.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 91 | 0.92 | 0.09 | 0 | 0.64 | 185.71 | 0.86 | 0.19 |
| Hex | 7 | 53 | 5B | 5C | 9 | 0 | 40 | BA | 56 | 13 |
| Octal | 7 | 123 | 133 | 134 | 11 | 0 | 100 | 272 | 126 | 23 |
| Binary | 111 | 1010011 | 1011011 | 1011100 | 1001 | 0 | 1000000 | 10111010 | 1010110 | 10011 |
Color Harmonies of #07535B
Complementary color
Monochromatic Colors of #07535B
Black with #07535B
Text Example
Text Example
White with #07535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07535B; }
p { color: rgb(7,83,91); }
H1.HeaderClassName
{
color: #07535B;
}
.AnyTagClassName
{
color: #07535B;
}
</style>
background-color css
<style>
a { background-color: #07535B; }
a { background-color: rgb(7,83,91); }
div.DivClassName
{
background-color: #07535B;
}
.BgClassName
{
background-color: #07535B;
}
</style>
border-color css
<style>
span { border-color: #07535B; }
span { border-color: rgb(7,83,91); }
td.TdClassName
{
border-color: #07535B;
}
.TagClassName
{
border-color: #07535B;
}
</style>