#055451

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

Shades of Sherpa Blue #055451

Tints of Sherpa Blue #055451

Color information

#055451 (or 0x055451) is unknown color: approx Sherpa Blue. HEX triplet: 05, 54 and 51. RGB value is (5,84,81). Sum of RGB (Red+Green+Blue) = 5+84+81=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #055451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055451 is #FAABAE. Grayscale: #3B3B3B. Windows color (decimal): -16427951 or 5329925. OLE color: 5329925.

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

Color convert

RGB58481-
CMYK0.9400.040.67
HSL177.72º88.76%17.45%-
HSV(B)177.72º94.05%32.94%-
XYZ4.726.978.88-
YUV60.04139.8388.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=2.94%
G=49.41%
B=47.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584810.9400.040.67177.7288.7617.45
Hex554515E0443b25911
Octal51241211360410326213121
Binary1011010100101000110111100100100001110110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055451; }

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

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

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

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

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

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

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

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