#05504E

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

Shades of Sherpa Blue #05504E

Tints of Sherpa Blue #05504E

Color information

#05504E (or 0x05504E) is unknown color: approx Sherpa Blue. HEX triplet: 05, 50 and 4E. RGB value is (5,80,78). Sum of RGB (Red+Green+Blue) = 5+80+78=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #05504E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05504E is #FAAFB1. Grayscale: #393939. Windows color (decimal): -16428978 or 5132293. OLE color: 5132293.

HSL color Cylindrical-coordinate representation of color #05504E: hue angle of 178.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05504E is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB58078-
CMYK0.9400.020.69
HSL178.4º88.24%16.67%-
HSV(B)178.4º93.75%31.37%-
XYZ4.316.328.2-
YUV57.35139.6590.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=3.07%
G=49.08%
B=47.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal580780.9400.020.69178.488.2416.67
Hex5504E5E0245b25811
Octal51201161360210526213021
Binary101101000010011101011110010100010110110010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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