#025055

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

Shades of Sherpa Blue #025055

Tints of Sherpa Blue #025055

Color information

#025055 (or 0x025055) is unknown color: approx Sherpa Blue. HEX triplet: 02, 50 and 55. RGB value is (2,80,85). Sum of RGB (Red+Green+Blue) = 2+80+85=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #025055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025055 is #FDAFAA. Grayscale: #393939. Windows color (decimal): -16625579 or 5591042. OLE color: 5591042.

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

Color convert

RGB28085-
CMYK0.980.0600.67
HSL183.61º95.4%17.06%-
HSV(B)183.61º97.65%33.33%-
XYZ4.536.419.59-
YUV57.25143.6688.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=1.20%
G=47.90%
B=50.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal280850.980.0600.67183.6195.417.06
Hex25055626043b85f11
Octal21201251426010327013721
Binary101010000101010111000101100100001110111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025055; }

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

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

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

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

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

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

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

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