#054346

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

Shades of Sherpa Blue #054346

Tints of Sherpa Blue #054346

Color information

#054346 (or 0x054346) is unknown color: approx Sherpa Blue. HEX triplet: 05, 43 and 46. RGB value is (5,67,70). Sum of RGB (Red+Green+Blue) = 5+67+70=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #054346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054346 is #FABCB9. Grayscale: #303030. Windows color (decimal): -16432314 or 4604677. OLE color: 4604677.

HSL color Cylindrical-coordinate representation of color #054346: hue angle of 182.77º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054346 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB56770-
CMYK0.930.0400.73
HSL182.77º86.67%14.71%-
HSV(B)182.77º92.86%27.45%-
XYZ3.184.496.49-
YUV48.8139.9696.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 67 (26.56% from 255) = 47.18%
BLUE value IS 70 (27.73% from 255) = 49.30%
R=3.52%
G=47.18%
B=49.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal567700.930.0400.73182.7786.6714.71
Hex543465D4049b757f
Octal51031061354011126712717
Binary101100001110001101011101100010010011011011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054346; }

 p { color: rgb(5,67,70); }

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

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

 a { background-color: rgb(5,67,70); }

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

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

 span { border-color: rgb(5,67,70); }

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