Shades of Sherpa Blue #09534F
Tints of Sherpa Blue #09534F
RGB
CMYK
RGB Variations
Color information
#09534F (or 0x09534F) is known color: Sherpa Blue. HEX triplet: 09, 53 and 4F. RGB value is (9,83,79). Sum of RGB (Red+Green+Blue) = 9+83+79=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #09534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09534F is #F6ACB0. Grayscale: #3C3C3C. Windows color (decimal): -16166065 or 5198601. OLE color: 5198601.
HSL color Cylindrical-coordinate representation of color #09534F: hue angle of 176.76º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09534F is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 79 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.67 |
| HSL | 176.76º | 0.8% | 0.18% | - |
| HSV(B) | 176.76º | 0.89% | 0.33% | - |
| XYZ | 4.62 | 6.81 | 8.47 | - |
| YUV | 60.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 79 | 0.89 | 0 | 0.05 | 0.67 | 176.76 | 0.8 | 0.18 |
| Hex | 9 | 53 | 4F | 59 | 0 | 5 | 43 | B1 | 50 | 12 |
| Octal | 11 | 123 | 117 | 131 | 0 | 5 | 103 | 261 | 120 | 22 |
| Binary | 1001 | 1010011 | 1001111 | 1011001 | 0 | 101 | 1000011 | 10110001 | 1010000 | 10010 |
Color Harmonies of #09534F
Complementary color
Monochromatic Colors of #09534F
Black with #09534F
Text Example
Text Example
White with #09534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09534F; }
p { color: rgb(9,83,79); }
H1.HeaderClassName
{
color: #09534F;
}
.AnyTagClassName
{
color: #09534F;
}
</style>
background-color css
<style>
a { background-color: #09534F; }
a { background-color: rgb(9,83,79); }
div.DivClassName
{
background-color: #09534F;
}
.BgClassName
{
background-color: #09534F;
}
</style>
border-color css
<style>
span { border-color: #09534F; }
span { border-color: rgb(9,83,79); }
td.TdClassName
{
border-color: #09534F;
}
.TagClassName
{
border-color: #09534F;
}
</style>