#054446

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

Shades of Sherpa Blue #054446

Tints of Sherpa Blue #054446

Color information

#054446 (or 0x054446) is unknown color: approx Sherpa Blue. HEX triplet: 05, 44 and 46. RGB value is (5,68,70). Sum of RGB (Red+Green+Blue) = 5+68+70=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #054446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054446 is #FABBB9. Grayscale: #313131. Windows color (decimal): -16432058 or 4604933. OLE color: 4604933.

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

Color convert

RGB56870-
CMYK0.930.0300.73
HSL181.85º86.67%14.71%-
HSV(B)181.85º92.86%27.45%-
XYZ3.244.616.51-
YUV49.39139.6396.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=3.50%
G=47.55%
B=48.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568700.930.0300.73181.8586.6714.71
Hex544465D3049b657f
Octal51041061353011126612717
Binary10110001001000110101110111010010011011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054446; }

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

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

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

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

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

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

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

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