Html Css Color HEX #054748 Sherpa Blue

📋 copy color: '#054748'

red 5 ◦ green 71 ◦ blue 72

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

Shades of Sherpa Blue #054748

Tints of Sherpa Blue #054748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.97%

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

R = 3.38%
G = 47.97%
B = 48.65%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#054748 (or 0x054748) is known color: Sherpa Blue. HEX triplet: 05, 47 and 48. RGB value is (5,71,72). Sum of RGB (Red+Green+Blue) = 5+71+72=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #054748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054748 is #FAB8B7. Grayscale: #333333. Windows color (decimal): -16431288 or 4736773. OLE color: 4736773.

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

Color convert

RGB 5 71 72 -
CMYK 0.93 0.01 0 0.72
HSL 180.9º 0.87% 0.15% -
HSV(B) 180.9º 0.93% 0.28% -
XYZ 3.49 5.01 6.91 -
YUV 51.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 5 71 72 0.93 0.01 0 0.72 180.9 0.87 0.15
Hex 5 47 48 5D 1 0 48 B5 57 F
Octal 5 107 110 135 1 0 110 265 127 17
Binary 101 1000111 1001000 1011101 1 0 1001000 10110101 1010111 1111

Color Harmonies of #054748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054748

Black with #054748

Text Example


Text Example

White with #054748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054748; }

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

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

background-color css

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

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

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

border-color css

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

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

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