#055453

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

Shades of Sherpa Blue #055453

Tints of Sherpa Blue #055453

Color information

#055453 (or 0x055453) is unknown color: approx Sherpa Blue. HEX triplet: 05, 54 and 53. RGB value is (5,84,83). Sum of RGB (Red+Green+Blue) = 5+84+83=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #055453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055453 is #FAABAC. Grayscale: #3C3C3C. Windows color (decimal): -16427949 or 5460997. OLE color: 5460997.

HSL color Cylindrical-coordinate representation of color #055453: hue angle of 179.24º 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 #055453 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB58483-
CMYK0.9400.010.67
HSL179.24º88.76%17.45%-
HSV(B)179.24º94.05%32.94%-
XYZ4.7979.28-
YUV60.26140.8388.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=2.91%
G=48.84%
B=48.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584830.9400.010.67179.2488.7617.45
Hex554535E0143b35911
Octal51241231360110326313121
Binary10110101001010011101111001100001110110011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055453; }

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

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

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

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

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

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

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

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