Shades of Sherpa Blue #075355
Tints of Sherpa Blue #075355
RGB
CMYK
RGB Variations
Color information
#075355 (or 0x075355) is known color: Sherpa Blue. HEX triplet: 07, 53 and 55. RGB value is (7,83,85). Sum of RGB (Red+Green+Blue) = 7+83+85=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #075355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075355 is #F8ACAA. Grayscale: #3C3C3C. Windows color (decimal): -16297131 or 5591815. OLE color: 5591815.
HSL color Cylindrical-coordinate representation of color #075355: hue angle of 181.54º degrees, saturation: 0.85, 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 #075355 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 85 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.67 |
| HSL | 181.54º | 0.85% | 0.18% | - |
| HSV(B) | 181.54º | 0.92% | 0.33% | - |
| XYZ | 4.82 | 6.89 | 9.67 | - |
| YUV | 60.5 | 141.82 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 85 | 0.92 | 0.02 | 0 | 0.67 | 181.54 | 0.85 | 0.18 |
| Hex | 7 | 53 | 55 | 5C | 2 | 0 | 43 | B6 | 55 | 12 |
| Octal | 7 | 123 | 125 | 134 | 2 | 0 | 103 | 266 | 125 | 22 |
| Binary | 111 | 1010011 | 1010101 | 1011100 | 10 | 0 | 1000011 | 10110110 | 1010101 | 10010 |
Color Harmonies of #075355
Complementary color
Monochromatic Colors of #075355
Black with #075355
Text Example
Text Example
White with #075355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075355; }
p { color: rgb(7,83,85); }
H1.HeaderClassName
{
color: #075355;
}
.AnyTagClassName
{
color: #075355;
}
</style>
background-color css
<style>
a { background-color: #075355; }
a { background-color: rgb(7,83,85); }
div.DivClassName
{
background-color: #075355;
}
.BgClassName
{
background-color: #075355;
}
</style>
border-color css
<style>
span { border-color: #075355; }
span { border-color: rgb(7,83,85); }
td.TdClassName
{
border-color: #075355;
}
.TagClassName
{
border-color: #075355;
}
</style>