#055253

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

Shades of Sherpa Blue #055253

Tints of Sherpa Blue #055253

Color information

#055253 (or 0x055253) is unknown color: approx Sherpa Blue. HEX triplet: 05, 52 and 53. RGB value is (5,82,83). Sum of RGB (Red+Green+Blue) = 5+82+83=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #055253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055253 is #FAADAC. Grayscale: #3B3B3B. Windows color (decimal): -16428461 or 5460485. OLE color: 5460485.

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

Color convert

RGB58283-
CMYK0.940.0100.67
HSL180.77º88.64%17.25%-
HSV(B)180.77º93.98%32.55%-
XYZ4.646.699.23-
YUV59.09141.4989.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 82 (32.42% from 255) = 48.24%
BLUE value IS 83 (32.81% from 255) = 48.82%
R=2.94%
G=48.24%
B=48.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal582830.940.0100.67180.7788.6417.25
Hex552535E1043b55911
Octal51221231361010326513121
Binary10110100101010011101111010100001110110101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055253; }

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

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

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

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

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

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

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

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