#025058

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

Shades of Sherpa Blue #025058

Tints of Sherpa Blue #025058

Color information

#025058 (or 0x025058) is unknown color: approx Sherpa Blue. HEX triplet: 02, 50 and 58. RGB value is (2,80,88). Sum of RGB (Red+Green+Blue) = 2+80+88=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #025058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025058 is #FDAFA7. Grayscale: #393939. Windows color (decimal): -16625576 or 5787650. OLE color: 5787650.

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

Color convert

RGB28088-
CMYK0.980.0900.65
HSL185.58º95.56%17.65%-
HSV(B)185.58º97.73%34.51%-
XYZ4.666.4510.23-
YUV57.59145.1688.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=1.18%
G=47.06%
B=51.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal280880.980.0900.65185.5895.5617.65
Hex25058629041ba6012
Octal212013014211010127214022
Binary1010100001011000110001010010100000110111010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025058; }

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

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

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

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

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

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

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

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