#025548

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

Shades of Sherpa Blue #025548

Tints of Sherpa Blue #025548

Color information

#025548 (or 0x025548) is unknown color: approx Sherpa Blue. HEX triplet: 02, 55 and 48. RGB value is (2,85,72). Sum of RGB (Red+Green+Blue) = 2+85+72=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #025548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025548 is #FDAAB7. Grayscale: #3A3A3A. Windows color (decimal): -16624312 or 4740354. OLE color: 4740354.

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

Color convert

RGB28572-
CMYK0.9800.150.67
HSL170.6º95.4%17.06%-
HSV(B)170.6º97.65%33.33%-
XYZ4.446.987.24-
YUV58.7135.587.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=1.26%
G=53.46%
B=45.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285720.9800.150.67170.695.417.06
Hex25548620F43ab5f11
Octal212511014201710325313721
Binary1010101011001000110001001111100001110101011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025548; }

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

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

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

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

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

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

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

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