#054359

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

Shades of Sherpa Blue #054359

Tints of Sherpa Blue #054359

Color information

#054359 (or 0x054359) is unknown color: approx Sherpa Blue. HEX triplet: 05, 43 and 59. RGB value is (5,67,89). Sum of RGB (Red+Green+Blue) = 5+67+89=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #054359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054359 is #FABCA6. Grayscale: #323232. Windows color (decimal): -16432295 or 5849861. OLE color: 5849861.

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

Color convert

RGB56789-
CMYK0.940.2500.65
HSL195.71º89.36%18.43%-
HSV(B)195.71º94.38%34.9%-
XYZ3.874.7710.17-
YUV50.97149.4695.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=3.11%
G=41.61%
B=55.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal567890.940.2500.65195.7189.3618.43
Hex543595E19041c45912
Octal510313113631010130413122
Binary101100001110110011011110110010100000111000100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054359; }

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

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

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

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

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

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

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

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