Shades of Sherpa Blue #075353
Tints of Sherpa Blue #075353
RGB
CMYK
RGB Variations
Color information
#075353 (or 0x075353) is known color: Sherpa Blue. HEX triplet: 07, 53 and 53. RGB value is (7,83,83). Sum of RGB (Red+Green+Blue) = 7+83+83=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #075353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075353 is #F8ACAC. Grayscale: #3C3C3C. Windows color (decimal): -16297133 or 5460743. OLE color: 5460743.
HSL color Cylindrical-coordinate representation of color #075353: hue angle of 180º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075353 is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 83 | - |
| CMYK | 0.92 | 0 | 0 | 0.67 |
| HSL | 180º | 0.84% | 0.18% | - |
| HSV(B) | 180º | 0.92% | 0.33% | - |
| XYZ | 4.74 | 6.86 | 9.26 | - |
| YUV | 60.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 83 | 0.92 | 0 | 0 | 0.67 | 180 | 0.84 | 0.18 |
| Hex | 7 | 53 | 53 | 5C | 0 | 0 | 43 | B4 | 54 | 12 |
| Octal | 7 | 123 | 123 | 134 | 0 | 0 | 103 | 264 | 124 | 22 |
| Binary | 111 | 1010011 | 1010011 | 1011100 | 0 | 0 | 1000011 | 10110100 | 1010100 | 10010 |
Color Harmonies of #075353
Complementary color
Monochromatic Colors of #075353
Black with #075353
Text Example
Text Example
White with #075353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075353; }
p { color: rgb(7,83,83); }
H1.HeaderClassName
{
color: #075353;
}
.AnyTagClassName
{
color: #075353;
}
</style>
background-color css
<style>
a { background-color: #075353; }
a { background-color: rgb(7,83,83); }
div.DivClassName
{
background-color: #075353;
}
.BgClassName
{
background-color: #075353;
}
</style>
border-color css
<style>
span { border-color: #075353; }
span { border-color: rgb(7,83,83); }
td.TdClassName
{
border-color: #075353;
}
.TagClassName
{
border-color: #075353;
}
</style>