Html Css Color HEX #053A48 Sherpa Blue

📋 copy color: '#053A48'

red 5 ◦ green 58 ◦ blue 72

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

Shades of Sherpa Blue #053A48

Tints of Sherpa Blue #053A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 53.33%

R = 3.7%
G = 42.96%
B = 53.33%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053A48 (or 0x053A48) is known color: Sherpa Blue. HEX triplet: 05, 3A and 48. RGB value is (5,58,72). Sum of RGB (Red+Green+Blue) = 5+58+72=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #053A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A48 is #FAC5B7. Grayscale: #2B2B2B. Windows color (decimal): -16434616 or 4733445. OLE color: 4733445.

HSL color Cylindrical-coordinate representation of color #053A48: hue angle of 192.54º 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 #053A48 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 58 72 -
CMYK 0.93 0.19 0 0.72
HSL 192.54º 0.87% 0.15% -
HSV(B) 192.54º 0.93% 0.28% -
XYZ 2.75 3.53 6.67 -
YUV 43.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 5 58 72 0.93 0.19 0 0.72 192.54 0.87 0.15
Hex 5 3A 48 5D 13 0 48 C1 57 F
Octal 5 72 110 135 23 0 110 301 127 17
Binary 101 111010 1001000 1011101 10011 0 1001000 11000001 1010111 1111

Color Harmonies of #053A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A48

Black with #053A48

Text Example


Text Example

White with #053A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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