#05485E

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

Shades of Sherpa Blue #05485E

Tints of Sherpa Blue #05485E

Color information

#05485E (or 0x05485E) is unknown color: approx Sherpa Blue. HEX triplet: 05, 48 and 5E. RGB value is (5,72,94). Sum of RGB (Red+Green+Blue) = 5+72+94=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #05485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05485E is #FAB7A1. Grayscale: #363636. Windows color (decimal): -16431010 or 6178821. OLE color: 6178821.

HSL color Cylindrical-coordinate representation of color #05485E: hue angle of 194.83º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05485E is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB57294-
CMYK0.950.2300.63
HSL194.83º89.9%19.41%-
HSV(B)194.83º94.68%36.86%-
XYZ4.45.4811.41-
YUV54.47150.392.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 72 (28.52% from 255) = 42.11%
BLUE value IS 94 (37.11% from 255) = 54.97%
R=2.92%
G=42.11%
B=54.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal572940.950.2300.63194.8389.919.41
Hex5485E5F1703Fc35a13
Octal51101361372707730313223
Binary10110010001011110101111110111011111111000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05485E; }

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

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

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

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

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

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

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

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