Html Css Color HEX #053A47 Sherpa Blue

📋 copy color: '#053A47'

red 5 ◦ green 58 ◦ blue 71

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

Shades of Sherpa Blue #053A47

Tints of Sherpa Blue #053A47

RGB

 RED value IS 5 (2.34% from 255) = 3.73%

 GREEN value IS 58 (23.05% from 255) = 43.28%

 BLUE value IS 71 (28.13% from 255) = 52.99%

R = 3.73%
G = 43.28%
B = 52.99%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053A47 (or 0x053A47) is known color: Sherpa Blue. HEX triplet: 05, 3A and 47. RGB value is (5,58,71). Sum of RGB (Red+Green+Blue) = 5+58+71=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #053A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A47 is #FAC5B8. Grayscale: #2B2B2B. Windows color (decimal): -16434617 or 4667909. OLE color: 4667909.

HSL color Cylindrical-coordinate representation of color #053A47: hue angle of 191.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053A47 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 58 71 -
CMYK 0.93 0.18 0 0.72
HSL 191.82º 0.87% 0.15% -
HSV(B) 191.82º 0.93% 0.28% -
XYZ 2.71 3.51 6.5 -
YUV 43.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 5 58 71 0.93 0.18 0 0.72 191.82 0.87 0.15
Hex 5 3A 47 5D 12 0 48 C0 57 F
Octal 5 72 107 135 22 0 110 300 127 17
Binary 101 111010 1000111 1011101 10010 0 1001000 11000000 1010111 1111

Color Harmonies of #053A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A47

Black with #053A47

Text Example


Text Example

White with #053A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A47; }

 p { color: rgb(5,58,71); }

 H1.HeaderClassName
 {
   color: #053A47;
 }
 .AnyTagClassName
 {
   color: #053A47;
 }
</style>

background-color css

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

 a { background-color: rgb(5,58,71); }

 div.DivClassName
 {
   background-color: #053A47;
 }
 .BgClassName
 {
   background-color: #053A47;
 }
</style>

border-color css

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

 span { border-color: rgb(5,58,71); }

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