#054149

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

Shades of Sherpa Blue #054149

Tints of Sherpa Blue #054149

Color information

#054149 (or 0x054149) is unknown color: approx Sherpa Blue. HEX triplet: 05, 41 and 49. RGB value is (5,65,73). Sum of RGB (Red+Green+Blue) = 5+65+73=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #054149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054149 is #FABEB6. Grayscale: #2F2F2F. Windows color (decimal): -16432823 or 4800773. OLE color: 4800773.

HSL color Cylindrical-coordinate representation of color #054149: hue angle of 187.06º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054149 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB56573-
CMYK0.930.1100.71
HSL187.06º87.18%15.29%-
HSV(B)187.06º93.15%28.63%-
XYZ3.164.296.97-
YUV47.97142.1297.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 73 (28.91% from 255) = 51.05%
R=3.50%
G=45.45%
B=51.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal565730.930.1100.71187.0687.1815.29
Hex541495DB047bb57f
Octal510111113513010727312717
Binary1011000001100100110111011011010001111011101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054149; }

 p { color: rgb(5,65,73); }

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

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

 a { background-color: rgb(5,65,73); }

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

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

 span { border-color: rgb(5,65,73); }

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