Shades of Sherpa Blue #065355
Tints of Sherpa Blue #065355
RGB
CMYK
RGB Variations
Color information
#065355 (or 0x065355) is known color: Sherpa Blue. HEX triplet: 06, 53 and 55. RGB value is (6,83,85). Sum of RGB (Red+Green+Blue) = 6+83+85=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #065355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065355 is #F9ACAA. Grayscale: #3C3C3C. Windows color (decimal): -16362667 or 5591814. OLE color: 5591814.
HSL color Cylindrical-coordinate representation of color #065355: hue angle of 181.52º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065355 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 83 | 85 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.67 |
| HSL | 181.52º | 0.87% | 0.18% | - |
| HSV(B) | 181.52º | 0.93% | 0.33% | - |
| XYZ | 4.81 | 6.88 | 9.67 | - |
| YUV | 60.21 | 141.99 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 85 | 0.93 | 0.02 | 0 | 0.67 | 181.52 | 0.87 | 0.18 |
| Hex | 6 | 53 | 55 | 5D | 2 | 0 | 43 | B6 | 57 | 12 |
| Octal | 6 | 123 | 125 | 135 | 2 | 0 | 103 | 266 | 127 | 22 |
| Binary | 110 | 1010011 | 1010101 | 1011101 | 10 | 0 | 1000011 | 10110110 | 1010111 | 10010 |
Color Harmonies of #065355
Complementary color
Monochromatic Colors of #065355
Black with #065355
Text Example
Text Example
White with #065355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065355; }
p { color: rgb(6,83,85); }
H1.HeaderClassName
{
color: #065355;
}
.AnyTagClassName
{
color: #065355;
}
</style>
background-color css
<style>
a { background-color: #065355; }
a { background-color: rgb(6,83,85); }
div.DivClassName
{
background-color: #065355;
}
.BgClassName
{
background-color: #065355;
}
</style>
border-color css
<style>
span { border-color: #065355; }
span { border-color: rgb(6,83,85); }
td.TdClassName
{
border-color: #065355;
}
.TagClassName
{
border-color: #065355;
}
</style>