#05444D

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

Shades of Sherpa Blue #05444D

Tints of Sherpa Blue #05444D

Color information

#05444D (or 0x05444D) is unknown color: approx Sherpa Blue. HEX triplet: 05, 44 and 4D. RGB value is (5,68,77). Sum of RGB (Red+Green+Blue) = 5+68+77=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #05444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05444D is #FABBB2. Grayscale: #323232. Windows color (decimal): -16432051 or 5063685. OLE color: 5063685.

HSL color Cylindrical-coordinate representation of color #05444D: hue angle of 187.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05444D is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB56877-
CMYK0.940.1200.70
HSL187.5º87.8%16.08%-
HSV(B)187.5º93.51%30.2%-
XYZ3.474.77.75-
YUV50.19143.1395.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=3.33%
G=45.33%
B=51.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal568770.940.1200.70187.587.816.08
Hex5444D5EC046bc5810
Octal510411513614010627413020
Binary10110001001001101101111011000100011010111100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05444D; }

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

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

<style>
 a { background-color: #05444D; }

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

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

<style>
 span { border-color: #05444D; }

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

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