#025257

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

Shades of Sherpa Blue #025257

Tints of Sherpa Blue #025257

Color information

#025257 (or 0x025257) is unknown color: approx Sherpa Blue. HEX triplet: 02, 52 and 57. RGB value is (2,82,87). Sum of RGB (Red+Green+Blue) = 2+82+87=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #025257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025257 is #FDADA8. Grayscale: #3A3A3A. Windows color (decimal): -16625065 or 5722626. OLE color: 5722626.

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

Color convert

RGB28287-
CMYK0.980.0600.66
HSL183.53º95.51%17.45%-
HSV(B)183.53º97.7%34.12%-
XYZ4.766.7410.07-
YUV58.6514487.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 82 (32.42% from 255) = 47.95%
BLUE value IS 87 (34.38% from 255) = 50.88%
R=1.17%
G=47.95%
B=50.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal282870.980.0600.66183.5395.5117.45
Hex25257626042b86011
Octal21221271426010227014021
Binary101010010101011111000101100100001010111000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025257; }

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

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

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

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

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

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

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

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