#05445A

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

Shades of Sherpa Blue #05445A

Tints of Sherpa Blue #05445A

Color information

#05445A (or 0x05445A) is unknown color: approx Sherpa Blue. HEX triplet: 05, 44 and 5A. RGB value is (5,68,90). Sum of RGB (Red+Green+Blue) = 5+68+90=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #05445A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05445A is #FABBA5. Grayscale: #333333. Windows color (decimal): -16432038 or 5915653. OLE color: 5915653.

HSL color Cylindrical-coordinate representation of color #05445A: hue angle of 195.53º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05445A is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB56890-
CMYK0.940.2400.65
HSL195.53º89.47%18.63%-
HSV(B)195.53º94.44%35.29%-
XYZ3.984.910.41-
YUV51.67149.6394.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 68 (26.95% from 255) = 41.72%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=3.07%
G=41.72%
B=55.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal568900.940.2400.65195.5389.4718.63
Hex5445A5E18041c45913
Octal510413213630010130413123
Binary101100010010110101011110110000100000111000100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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