Shades of Sherpa Blue #06535A
Tints of Sherpa Blue #06535A
RGB
CMYK
RGB Variations
Color information
#06535A (or 0x06535A) is known color: Sherpa Blue. HEX triplet: 06, 53 and 5A. RGB value is (6,83,90). Sum of RGB (Red+Green+Blue) = 6+83+90=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #06535A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06535A is #F9ACA5. Grayscale: #3C3C3C. Windows color (decimal): -16362662 or 5919494. OLE color: 5919494.
HSL color Cylindrical-coordinate representation of color #06535A: hue angle of 185º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06535A is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 83 | 90 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.65 |
| HSL | 185º | 0.88% | 0.19% | - |
| HSV(B) | 185º | 0.93% | 0.35% | - |
| XYZ | 5.01 | 6.96 | 10.75 | - |
| YUV | 60.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 90 | 0.93 | 0.08 | 0 | 0.65 | 185 | 0.88 | 0.19 |
| Hex | 6 | 53 | 5A | 5D | 8 | 0 | 41 | B9 | 58 | 13 |
| Octal | 6 | 123 | 132 | 135 | 10 | 0 | 101 | 271 | 130 | 23 |
| Binary | 110 | 1010011 | 1011010 | 1011101 | 1000 | 0 | 1000001 | 10111001 | 1011000 | 10011 |
Color Harmonies of #06535A
Complementary color
Monochromatic Colors of #06535A
Black with #06535A
Text Example
Text Example
White with #06535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06535A; }
p { color: rgb(6,83,90); }
H1.HeaderClassName
{
color: #06535A;
}
.AnyTagClassName
{
color: #06535A;
}
</style>
background-color css
<style>
a { background-color: #06535A; }
a { background-color: rgb(6,83,90); }
div.DivClassName
{
background-color: #06535A;
}
.BgClassName
{
background-color: #06535A;
}
</style>
border-color css
<style>
span { border-color: #06535A; }
span { border-color: rgb(6,83,90); }
td.TdClassName
{
border-color: #06535A;
}
.TagClassName
{
border-color: #06535A;
}
</style>