#054450

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

Shades of Sherpa Blue #054450

Tints of Sherpa Blue #054450

Color information

#054450 (or 0x054450) is unknown color: approx Sherpa Blue. HEX triplet: 05, 44 and 50. RGB value is (5,68,80). Sum of RGB (Red+Green+Blue) = 5+68+80=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #054450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054450 is #FABBAF. Grayscale: #323232. Windows color (decimal): -16432048 or 5260293. OLE color: 5260293.

HSL color Cylindrical-coordinate representation of color #054450: hue angle of 189.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054450 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB56880-
CMYK0.940.1500.69
HSL189.6º88.24%16.67%-
HSV(B)189.6º93.75%31.37%-
XYZ3.584.758.32-
YUV50.53144.6395.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 68 (26.95% from 255) = 44.44%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=3.27%
G=44.44%
B=52.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal568800.940.1500.69189.688.2416.67
Hex544505EF045be5811
Octal510412013617010527613021
Binary10110001001010000101111011110100010110111110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054450; }

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

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

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

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

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

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

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

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