Html Css Color HEX #053B48 Sherpa Blue

📋 copy color: '#053B48'

red 5 ◦ green 59 ◦ blue 72

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

Shades of Sherpa Blue #053B48

Tints of Sherpa Blue #053B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 43.38%

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

R = 3.68%
G = 43.38%
B = 52.94%

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

#053B48 (or 0x053B48) is known color: Sherpa Blue. HEX triplet: 05, 3B and 48. RGB value is (5,59,72). Sum of RGB (Red+Green+Blue) = 5+59+72=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #053B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B48 is #FAC4B7. Grayscale: #2C2C2C. Windows color (decimal): -16434360 or 4733701. OLE color: 4733701.

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

Color convert

RGB 5 59 72 -
CMYK 0.93 0.18 0 0.72
HSL 191.64º 0.87% 0.15% -
HSV(B) 191.64º 0.93% 0.28% -
XYZ 2.8 3.63 6.68 -
YUV 44.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 5 59 72 0.93 0.18 0 0.72 191.64 0.87 0.15
Hex 5 3B 48 5D 12 0 48 C0 57 F
Octal 5 73 110 135 22 0 110 300 127 17
Binary 101 111011 1001000 1011101 10010 0 1001000 11000000 1010111 1111

Color Harmonies of #053B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B48

Black with #053B48

Text Example


Text Example

White with #053B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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