#055257

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

Shades of Sherpa Blue #055257

Tints of Sherpa Blue #055257

Color information

#055257 (or 0x055257) is unknown color: approx Sherpa Blue. HEX triplet: 05, 52 and 57. RGB value is (5,82,87). Sum of RGB (Red+Green+Blue) = 5+82+87=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #055257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055257 is #FAADA8. Grayscale: #3B3B3B. Windows color (decimal): -16428457 or 5722629. OLE color: 5722629.

HSL color Cylindrical-coordinate representation of color #055257: hue angle of 183.66º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055257 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB58287-
CMYK0.940.0600.66
HSL183.66º89.13%18.04%-
HSV(B)183.66º94.25%34.12%-
XYZ4.86.7510.07-
YUV59.55143.4989.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 87 (34.38% from 255) = 50%
R=2.87%
G=47.13%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal582870.940.0600.66183.6689.1318.04
Hex552575E6042b85912
Octal51221271366010227013122
Binary1011010010101011110111101100100001010111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055257; }

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

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

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

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

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

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

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

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