#055359

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

Shades of Sherpa Blue #055359

Tints of Sherpa Blue #055359

Color information

#055359 (or 0x055359) is unknown color: approx Sherpa Blue. HEX triplet: 05, 53 and 59. RGB value is (5,83,89). Sum of RGB (Red+Green+Blue) = 5+83+89=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #055359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055359 is #FAACA6. Grayscale: #3C3C3C. Windows color (decimal): -16428199 or 5853957. OLE color: 5853957.

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

Color convert

RGB58389-
CMYK0.940.0700.65
HSL184.29º89.36%18.43%-
HSV(B)184.29º94.38%34.9%-
XYZ4.966.9410.53-
YUV60.36144.1688.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=2.82%
G=46.89%
B=50.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal583890.940.0700.65184.2989.3618.43
Hex553595E7041b85912
Octal51231311367010127013122
Binary1011010011101100110111101110100000110111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055359; }

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

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

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

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

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

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

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

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