#054548

Color #054548 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #054548

Tints of Sherpa Blue #054548

Color information

#054548 (or 0x054548) is unknown color: approx Sherpa Blue. HEX triplet: 05, 45 and 48. RGB value is (5,69,72). Sum of RGB (Red+Green+Blue) = 5+69+72=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #054548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054548 is #FABAB7. Grayscale: #323232. Windows color (decimal): -16431800 or 4736261. OLE color: 4736261.

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

Color convert

RGB56972-
CMYK0.930.0400.72
HSL182.69º87.01%15.1%-
HSV(B)182.69º93.06%28.24%-
XYZ3.364.766.87-
YUV50.21140.395.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=3.42%
G=47.26%
B=49.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal569720.930.0400.72182.6987.0115.1
Hex545485D4048b757f
Octal51051101354011026712717
Binary101100010110010001011101100010010001011011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054548; }

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

 H1.HeaderClassName
 {
   color: #054548;
 }
 .AnyTagClassName
 {
   color: #054548;
 }
</style>
background-color css

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

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

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

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

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

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