#054861

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

Shades of Sherpa Blue #054861

Tints of Sherpa Blue #054861

Color information

#054861 (or 0x054861) is unknown color: approx Sherpa Blue. HEX triplet: 05, 48 and 61. RGB value is (5,72,97). Sum of RGB (Red+Green+Blue) = 5+72+97=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #054861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054861 is #FAB79E. Grayscale: #363636. Windows color (decimal): -16431007 or 6375429. OLE color: 6375429.

HSL color Cylindrical-coordinate representation of color #054861: hue angle of 196.3º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054861 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB57297-
CMYK0.950.2600.62
HSL196.3º90.2%20%-
HSV(B)196.3º94.85%38.04%-
XYZ4.545.5312.14-
YUV54.82151.892.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 97 (38.28% from 255) = 55.75%
R=2.87%
G=41.38%
B=55.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal572970.950.2600.62196.390.220
Hex548615F1A03Ec45a14
Octal51101411373207630413224
Binary10110010001100001101111111010011111011000100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054861; }

 p { color: rgb(5,72,97); }

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

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

 a { background-color: rgb(5,72,97); }

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

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

 span { border-color: rgb(5,72,97); }

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