#05445E

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

Shades of Sherpa Blue #05445E

Tints of Sherpa Blue #05445E

Color information

#05445E (or 0x05445E) is unknown color: approx Sherpa Blue. HEX triplet: 05, 44 and 5E. RGB value is (5,68,94). Sum of RGB (Red+Green+Blue) = 5+68+94=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #05445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05445E is #FABBA1. Grayscale: #333333. Windows color (decimal): -16432034 or 6177797. OLE color: 6177797.

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

Color convert

RGB56894-
CMYK0.950.2800.63
HSL197.53º89.9%19.41%-
HSV(B)197.53º94.68%36.86%-
XYZ4.154.9711.33-
YUV52.13151.6394.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 94 (37.11% from 255) = 56.29%
R=2.99%
G=40.72%
B=56.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal568940.950.2800.63197.5389.919.41
Hex5445E5F1C03Fc65a13
Octal51041361373407730613223
Binary10110001001011110101111111100011111111000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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