#054554

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

Shades of Sherpa Blue #054554

Tints of Sherpa Blue #054554

Color information

#054554 (or 0x054554) is unknown color: approx Sherpa Blue. HEX triplet: 05, 45 and 54. RGB value is (5,69,84). Sum of RGB (Red+Green+Blue) = 5+69+84=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #054554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054554 is #FABAAB. Grayscale: #333333. Windows color (decimal): -16431788 or 5522693. OLE color: 5522693.

HSL color Cylindrical-coordinate representation of color #054554: hue angle of 191.39º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054554 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB56984-
CMYK0.940.1800.67
HSL191.39º88.76%17.45%-
HSV(B)191.39º94.05%32.94%-
XYZ3.794.939.14-
YUV51.57146.394.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 84 (33.20% from 255) = 53.16%
R=3.16%
G=43.67%
B=53.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal569840.940.1800.67191.3988.7617.45
Hex545545E12043bf5911
Octal510512413622010327713121
Binary101100010110101001011110100100100001110111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054554; }

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

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

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

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

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

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

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

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