#02554A

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

Shades of Sherpa Blue #02554A

Tints of Sherpa Blue #02554A

Color information

#02554A (or 0x02554A) is unknown color: approx Sherpa Blue. HEX triplet: 02, 55 and 4A. RGB value is (2,85,74). Sum of RGB (Red+Green+Blue) = 2+85+74=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #02554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02554A is #FDAAB5. Grayscale: #3A3A3A. Windows color (decimal): -16624310 or 4871426. OLE color: 4871426.

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

Color convert

RGB28574-
CMYK0.9800.130.67
HSL172.05º95.4%17.06%-
HSV(B)172.05º97.65%33.33%-
XYZ4.5177.59-
YUV58.93136.587.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 74 (29.30% from 255) = 45.96%
R=1.24%
G=52.80%
B=45.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285740.9800.130.67172.0595.417.06
Hex2554A620D43ac5f11
Octal212511214201510325413721
Binary1010101011001010110001001101100001110101100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02554A; }

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

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

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

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

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

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

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

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