#055358

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

Shades of Sherpa Blue #055358

Tints of Sherpa Blue #055358

Color information

#055358 (or 0x055358) is unknown color: approx Sherpa Blue. HEX triplet: 05, 53 and 58. RGB value is (5,83,88). Sum of RGB (Red+Green+Blue) = 5+83+88=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #055358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055358 is #FAACA7. Grayscale: #3C3C3C. Windows color (decimal): -16428200 or 5788421. OLE color: 5788421.

HSL color Cylindrical-coordinate representation of color #055358: hue angle of 183.61º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055358 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB58388-
CMYK0.940.0600.65
HSL183.61º89.25%18.24%-
HSV(B)183.61º94.32%34.51%-
XYZ4.926.9210.31-
YUV60.25143.6688.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 88 (34.77% from 255) = 50%
R=2.84%
G=47.16%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal583880.940.0600.65183.6189.2518.24
Hex553585E6041b85912
Octal51231301366010127013122
Binary1011010011101100010111101100100000110111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055358; }

 p { color: rgb(5,83,88); }

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

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

 a { background-color: rgb(5,83,88); }

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

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

 span { border-color: rgb(5,83,88); }

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