#053649

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

Shades of Sherpa Blue #053649

Tints of Sherpa Blue #053649

Color information

#053649 (or 0x053649) is unknown color: approx Sherpa Blue. HEX triplet: 05, 36 and 49. RGB value is (5,54,73). Sum of RGB (Red+Green+Blue) = 5+54+73=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #053649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053649 is #FAC9B6. Grayscale: #292929. Windows color (decimal): -16435639 or 4797957. OLE color: 4797957.

HSL color Cylindrical-coordinate representation of color #053649: hue angle of 196.76º 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 #053649 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB55473-
CMYK0.930.2600.71
HSL196.76º87.18%15.29%-
HSV(B)196.76º93.15%28.63%-
XYZ2.583.156.78-
YUV41.52145.77101.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 73 (28.91% from 255) = 55.30%
R=3.79%
G=40.91%
B=55.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal554730.930.2600.71196.7687.1815.29
Hex536495D1A047c557f
Octal56611113532010730512717
Binary1011101101001001101110111010010001111100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053649; }

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

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

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

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

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

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

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

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