#055153

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

Shades of Sherpa Blue #055153

Tints of Sherpa Blue #055153

Color information

#055153 (or 0x055153) is unknown color: approx Sherpa Blue. HEX triplet: 05, 51 and 53. RGB value is (5,81,83). Sum of RGB (Red+Green+Blue) = 5+81+83=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #055153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055153 is #FAAEAC. Grayscale: #3A3A3A. Windows color (decimal): -16428717 or 5460229. OLE color: 5460229.

HSL color Cylindrical-coordinate representation of color #055153: hue angle of 181.54º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055153 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB58183-
CMYK0.940.0200.67
HSL181.54º88.64%17.25%-
HSV(B)181.54º93.98%32.55%-
XYZ4.576.549.21-
YUV58.5141.8289.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 81 (32.03% from 255) = 47.93%
BLUE value IS 83 (32.81% from 255) = 49.11%
R=2.96%
G=47.93%
B=49.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal581830.940.0200.67181.5488.6417.25
Hex551535E2043b65911
Octal51211231362010326613121
Binary101101000110100111011110100100001110110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055153; }

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

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

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

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

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

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

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

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