Shades of Sherpa Blue #02534D
Tints of Sherpa Blue #02534D
RGB
CMYK
RGB Variations
Color information
#02534D (or 0x02534D) is known color: Sherpa Blue. HEX triplet: 02, 53 and 4D. RGB value is (2,83,77). Sum of RGB (Red+Green+Blue) = 2+83+77=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #02534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02534D is #FDACB2. Grayscale: #3A3A3A. Windows color (decimal): -16624819 or 5067522. OLE color: 5067522.
HSL color Cylindrical-coordinate representation of color #02534D: hue angle of 175.56º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02534D is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 83 | 77 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.67 |
| HSL | 175.56º | 0.95% | 0.17% | - |
| HSV(B) | 175.56º | 0.98% | 0.33% | - |
| XYZ | 4.46 | 6.74 | 8.09 | - |
| YUV | 58.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 77 | 0.98 | 0 | 0.07 | 0.67 | 175.56 | 0.95 | 0.17 |
| Hex | 2 | 53 | 4D | 62 | 0 | 7 | 43 | B0 | 5F | 11 |
| Octal | 2 | 123 | 115 | 142 | 0 | 7 | 103 | 260 | 137 | 21 |
| Binary | 10 | 1010011 | 1001101 | 1100010 | 0 | 111 | 1000011 | 10110000 | 1011111 | 10001 |
Color Harmonies of #02534D
Complementary color
Monochromatic Colors of #02534D
Black with #02534D
Text Example
Text Example
White with #02534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02534D; }
p { color: rgb(2,83,77); }
H1.HeaderClassName
{
color: #02534D;
}
.AnyTagClassName
{
color: #02534D;
}
</style>
background-color css
<style>
a { background-color: #02534D; }
a { background-color: rgb(2,83,77); }
div.DivClassName
{
background-color: #02534D;
}
.BgClassName
{
background-color: #02534D;
}
</style>
border-color css
<style>
span { border-color: #02534D; }
span { border-color: rgb(2,83,77); }
td.TdClassName
{
border-color: #02534D;
}
.TagClassName
{
border-color: #02534D;
}
</style>