Html Css Color HEX #054249 Sherpa Blue

📋 copy color: '#054249'

red 5 ◦ green 66 ◦ blue 73

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

Shades of Sherpa Blue #054249

Tints of Sherpa Blue #054249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.83%

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

R = 3.47%
G = 45.83%
B = 50.69%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#054249 (or 0x054249) is known color: Sherpa Blue. HEX triplet: 05, 42 and 49. RGB value is (5,66,73). Sum of RGB (Red+Green+Blue) = 5+66+73=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #054249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054249 is #FABDB6. Grayscale: #303030. Windows color (decimal): -16432567 or 4801029. OLE color: 4801029.

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

Color convert

RGB 5 66 73 -
CMYK 0.93 0.10 0 0.71
HSL 186.18º 0.87% 0.15% -
HSV(B) 186.18º 0.93% 0.29% -
XYZ 3.21 4.41 6.99 -
YUV 48.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 5 66 73 0.93 0.10 0 0.71 186.18 0.87 0.15
Hex 5 42 49 5D A 0 47 BA 57 F
Octal 5 102 111 135 12 0 107 272 127 17
Binary 101 1000010 1001001 1011101 1010 0 1000111 10111010 1010111 1111

Color Harmonies of #054249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054249

Black with #054249

Text Example


Text Example

White with #054249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054249; }

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

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

background-color css

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

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

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

border-color css

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

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

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