Html Css Color HEX #053849 Sherpa Blue

📋 copy color: '#053849'

red 5 ◦ green 56 ◦ blue 73

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

Shades of Sherpa Blue #053849

Tints of Sherpa Blue #053849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.79%

 BLUE value IS 73 (28.91% from 255) = 54.48%

R = 3.73%
G = 41.79%
B = 54.48%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#053849 (or 0x053849) is known color: Sherpa Blue. HEX triplet: 05, 38 and 49. RGB value is (5,56,73). Sum of RGB (Red+Green+Blue) = 5+56+73=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #053849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053849 is #FAC7B6. Grayscale: #2A2A2A. Windows color (decimal): -16435127 or 4798469. OLE color: 4798469.

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

Color convert

RGB 5 56 73 -
CMYK 0.93 0.23 0 0.71
HSL 195º 0.87% 0.15% -
HSV(B) 195º 0.93% 0.29% -
XYZ 2.68 3.34 6.81 -
YUV 42.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 5 56 73 0.93 0.23 0 0.71 195 0.87 0.15
Hex 5 38 49 5D 17 0 47 C3 57 F
Octal 5 70 111 135 27 0 107 303 127 17
Binary 101 111000 1001001 1011101 10111 0 1000111 11000011 1010111 1111

Color Harmonies of #053849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053849

Black with #053849

Text Example


Text Example

White with #053849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053849; }

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

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

background-color css

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

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

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

border-color css

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

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

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