#055054

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

Shades of Sherpa Blue #055054

Tints of Sherpa Blue #055054

Color information

#055054 (or 0x055054) is unknown color: approx Sherpa Blue. HEX triplet: 05, 50 and 54. RGB value is (5,80,84). Sum of RGB (Red+Green+Blue) = 5+80+84=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #055054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055054 is #FAAFAB. Grayscale: #393939. Windows color (decimal): -16428972 or 5525509. OLE color: 5525509.

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

Color convert

RGB58084-
CMYK0.940.0500.67
HSL183.04º88.76%17.45%-
HSV(B)183.04º94.05%32.94%-
XYZ4.536.419.39-
YUV58.03142.6590.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 84 (33.20% from 255) = 49.70%
R=2.96%
G=47.34%
B=49.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal580840.940.0500.67183.0488.7617.45
Hex550545E5043b75911
Octal51201241365010326713121
Binary1011010000101010010111101010100001110110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055054; }

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

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

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

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

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

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

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

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