Html Css Color HEX #053749 Sherpa Blue

📋 copy color: '#053749'

red 5 ◦ green 55 ◦ blue 73

#053749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #053749

Tints of Sherpa Blue #053749

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 value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#053749 (or 0x053749) is known color: 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

RGB 5 55 73 -
CMYK 0.93 0.25 0 0.71
HSL 195.88º 0.87% 0.15% -
HSV(B) 195.88º 0.93% 0.29% -
XYZ 2.63 3.25 6.79 -
YUV 42.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 5 55 73 0.93 0.25 0 0.71 195.88 0.87 0.15
Hex 5 37 49 5D 19 0 47 C4 57 F
Octal 5 67 111 135 31 0 107 304 127 17
Binary 101 110111 1001001 1011101 11001 0 1000111 11000100 1010111 1111

Color Harmonies of #053749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053749

Black with #053749

Text Example


Text Example

White with #053749

Text Example


Text Example

HTML Codes & Css Web 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>