#05455F

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

Shades of Sherpa Blue #05455F

Tints of Sherpa Blue #05455F

Color information

#05455F (or 0x05455F) is unknown color: approx Sherpa Blue. HEX triplet: 05, 45 and 5F. RGB value is (5,69,95). Sum of RGB (Red+Green+Blue) = 5+69+95=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #05455F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05455F is #FABAA0. Grayscale: #343434. Windows color (decimal): -16431777 or 6243589. OLE color: 6243589.

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

Color convert

RGB56995-
CMYK0.950.2700.63
HSL197.33º90%19.61%-
HSV(B)197.33º94.74%37.25%-
XYZ4.265.1111.59-
YUV52.83151.893.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 95 (37.5% from 255) = 56.21%
R=2.96%
G=40.83%
B=56.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal569950.950.2700.63197.339019.61
Hex5455F5F1B03Fc55a14
Octal51051371373307730513224
Binary10110001011011111101111111011011111111000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05455F; }

 p { color: rgb(5,69,95); }

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

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

 a { background-color: rgb(5,69,95); }

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

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

 span { border-color: rgb(5,69,95); }

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