#025258

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

Shades of Sherpa Blue #025258

Tints of Sherpa Blue #025258

Color information

#025258 (or 0x025258) is unknown color: approx Sherpa Blue. HEX triplet: 02, 52 and 58. RGB value is (2,82,88). Sum of RGB (Red+Green+Blue) = 2+82+88=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #025258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025258 is #FDADA7. Grayscale: #3A3A3A. Windows color (decimal): -16625064 or 5788162. OLE color: 5788162.

HSL color Cylindrical-coordinate representation of color #025258: hue angle of 184.19º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025258 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB28288-
CMYK0.980.0700.65
HSL184.19º95.56%17.65%-
HSV(B)184.19º97.73%34.51%-
XYZ4.86.7510.28-
YUV58.76144.587.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 88 (34.77% from 255) = 51.16%
R=1.16%
G=47.67%
B=51.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal282880.980.0700.65184.1995.5617.65
Hex25258627041b86012
Octal21221301427010127014022
Binary101010010101100011000101110100000110111000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025258; }

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

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

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

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

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

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

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

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