#053749

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

Shades of Sherpa Blue #053749

Tints of Sherpa Blue #053749

Color information

#053749 (or 0x053749) is unknown color: approx Sherpa Blue. HEX triplet: 05, 37 and 49. RGB value is (5,55,73). Sum of RGB (Red+Green+Blue) = 5+55+73=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #053749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053749 is #FAC8B6. Grayscale: #292929. Windows color (decimal): -16435383 or 4798213. OLE color: 4798213.

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

Color convert

RGB55573-
CMYK0.930.2500.71
HSL195.88º87.18%15.29%-
HSV(B)195.88º93.15%28.63%-
XYZ2.633.256.79-
YUV42.1145.44101.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 55 (21.88% from 255) = 41.35%
BLUE value IS 73 (28.91% from 255) = 54.89%
R=3.76%
G=41.35%
B=54.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal555730.930.2500.71195.8887.1815.29
Hex537495D19047c457f
Octal56711113531010730412717
Binary1011101111001001101110111001010001111100010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053749; }

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

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

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

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

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

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

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

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