#05505F

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

Shades of Sherpa Blue #05505F

Tints of Sherpa Blue #05505F

Color information

#05505F (or 0x05505F) is unknown color: approx Sherpa Blue. HEX triplet: 05, 50 and 5F. RGB value is (5,80,95). Sum of RGB (Red+Green+Blue) = 5+80+95=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #05505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05505F is #FAAFA0. Grayscale: #3B3B3B. Windows color (decimal): -16428961 or 6246405. OLE color: 6246405.

HSL color Cylindrical-coordinate representation of color #05505F: hue angle of 190º 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 #05505F is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB58095-
CMYK0.950.1600.63
HSL190º90%19.61%-
HSV(B)190º94.74%37.25%-
XYZ56.611.84-
YUV59.28148.1589.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.78%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 95 (37.5% from 255) = 52.78%
R=2.78%
G=44.44%
B=52.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal580950.950.1600.631909019.61
Hex5505F5F1003Fbe5a14
Octal51201371372007727613224
Binary10110100001011111101111110000011111110111110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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