#05505E

Color #05505E Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #05505E

Tints of Sherpa Blue #05505E

Color information

#05505E (or 0x05505E) is unknown color: approx Sherpa Blue. HEX triplet: 05, 50 and 5E. RGB value is (5,80,94). Sum of RGB (Red+Green+Blue) = 5+80+94=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #05505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05505E is #FAAFA1. Grayscale: #3B3B3B. Windows color (decimal): -16428962 or 6180869. OLE color: 6180869.

HSL color Cylindrical-coordinate representation of color #05505E: hue angle of 189.44º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05505E is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB58094-
CMYK0.950.1500.63
HSL189.44º89.9%19.41%-
HSV(B)189.44º94.68%36.86%-
XYZ4.956.5811.6-
YUV59.17147.6589.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 94 (37.11% from 255) = 52.51%
R=2.79%
G=44.69%
B=52.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal580940.950.1500.63189.4489.919.41
Hex5505E5FF03Fbd5a13
Octal51201361371707727513223
Binary1011010000101111010111111111011111110111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05505E; }

 p { color: rgb(5,80,94); }

 H1.HeaderClassName
 {
   color: #05505E;
 }
 .AnyTagClassName
 {
   color: #05505E;
 }
</style>
background-color css

<style>
 a { background-color: #05505E; }

 a { background-color: rgb(5,80,94); }

 div.DivClassName
 {
   background-color: #05505E;
 }
 .BgClassName
 {
   background-color: #05505E;
 }
</style>
border-color css

<style>
 span { border-color: #05505E; }

 span { border-color: rgb(5,80,94); }

 td.TdClassName
 {
   border-color: #05505E;
 }
 .TagClassName
 {
   border-color: #05505E;
 }
</style>