#055260

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

Shades of Sherpa Blue #055260

Tints of Sherpa Blue #055260

Color information

#055260 (or 0x055260) is unknown color: approx Sherpa Blue. HEX triplet: 05, 52 and 60. RGB value is (5,82,96). Sum of RGB (Red+Green+Blue) = 5+82+96=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #055260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055260 is #FAAD9F. Grayscale: #3C3C3C. Windows color (decimal): -16428448 or 6312453. OLE color: 6312453.

HSL color Cylindrical-coordinate representation of color #055260: hue angle of 189.23º 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 #055260 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB58296-
CMYK0.950.1500.62
HSL189.23º90.1%19.8%-
HSV(B)189.23º94.79%37.65%-
XYZ5.196.9112.13-
YUV60.57147.9988.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.73%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=2.73%
G=44.81%
B=52.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal582960.950.1500.62189.2390.119.8
Hex552605FF03Ebd5a14
Octal51221401371707627513224
Binary1011010010110000010111111111011111010111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055260; }

 p { color: rgb(5,82,96); }

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

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

 a { background-color: rgb(5,82,96); }

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

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

 span { border-color: rgb(5,82,96); }

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