#05465E

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

Shades of Sherpa Blue #05465E

Tints of Sherpa Blue #05465E

Color information

#05465E (or 0x05465E) is unknown color: approx Sherpa Blue. HEX triplet: 05, 46 and 5E. RGB value is (5,70,94). Sum of RGB (Red+Green+Blue) = 5+70+94=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #05465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05465E is #FAB9A1. Grayscale: #353535. Windows color (decimal): -16431522 or 6178309. OLE color: 6178309.

HSL color Cylindrical-coordinate representation of color #05465E: hue angle of 196.18º 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 #05465E is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB57094-
CMYK0.950.2600.63
HSL196.18º89.9%19.41%-
HSV(B)196.18º94.68%36.86%-
XYZ4.275.2211.37-
YUV53.3150.9793.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 94 (37.11% from 255) = 55.62%
R=2.96%
G=41.42%
B=55.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal570940.950.2600.63196.1889.919.41
Hex5465E5F1A03Fc45a13
Octal51061361373207730413223
Binary10110001101011110101111111010011111111000100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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