#05445C

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

Shades of Sherpa Blue #05445C

Tints of Sherpa Blue #05445C

Color information

#05445C (or 0x05445C) is unknown color: approx Sherpa Blue. HEX triplet: 05, 44 and 5C. RGB value is (5,68,92). Sum of RGB (Red+Green+Blue) = 5+68+92=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #05445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05445C is #FABBA3. Grayscale: #333333. Windows color (decimal): -16432036 or 6046725. OLE color: 6046725.

HSL color Cylindrical-coordinate representation of color #05445C: hue angle of 196.55º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05445C is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56892-
CMYK0.950.2600.64
HSL196.55º89.69%19.02%-
HSV(B)196.55º94.57%36.08%-
XYZ4.064.9410.86-
YUV51.9150.6394.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 68 (26.95% from 255) = 41.21%
BLUE value IS 92 (36.33% from 255) = 55.76%
R=3.03%
G=41.21%
B=55.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal568920.950.2600.64196.5589.6919.02
Hex5445C5F1A040c55a13
Octal510413413732010030513223
Binary101100010010111001011111110100100000011000101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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