Shades of Sherpa Blue #045350
Tints of Sherpa Blue #045350
RGB
CMYK
RGB Variations
Color information
#045350 (or 0x045350) is known color: Sherpa Blue. HEX triplet: 04, 53 and 50. RGB value is (4,83,80). Sum of RGB (Red+Green+Blue) = 4+83+80=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #045350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045350 is #FBACAF. Grayscale: #3A3A3A. Windows color (decimal): -16493744 or 5264132. OLE color: 5264132.
HSL color Cylindrical-coordinate representation of color #045350: hue angle of 177.72º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045350 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 83 | 80 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.67 |
| HSL | 177.72º | 0.91% | 0.17% | - |
| HSV(B) | 177.72º | 0.95% | 0.33% | - |
| XYZ | 4.59 | 6.79 | 8.66 | - |
| YUV | 59.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 80 | 0.95 | 0 | 0.04 | 0.67 | 177.72 | 0.91 | 0.17 |
| Hex | 4 | 53 | 50 | 5F | 0 | 4 | 43 | B2 | 5B | 11 |
| Octal | 4 | 123 | 120 | 137 | 0 | 4 | 103 | 262 | 133 | 21 |
| Binary | 100 | 1010011 | 1010000 | 1011111 | 0 | 100 | 1000011 | 10110010 | 1011011 | 10001 |
Color Harmonies of #045350
Complementary color
Monochromatic Colors of #045350
Black with #045350
Text Example
Text Example
White with #045350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045350; }
p { color: rgb(4,83,80); }
H1.HeaderClassName
{
color: #045350;
}
.AnyTagClassName
{
color: #045350;
}
</style>
background-color css
<style>
a { background-color: #045350; }
a { background-color: rgb(4,83,80); }
div.DivClassName
{
background-color: #045350;
}
.BgClassName
{
background-color: #045350;
}
</style>
border-color css
<style>
span { border-color: #045350; }
span { border-color: rgb(4,83,80); }
td.TdClassName
{
border-color: #045350;
}
.TagClassName
{
border-color: #045350;
}
</style>