#025547

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

Shades of Cyprus #025547

Tints of Cyprus #025547

Color information

#025547 (or 0x025547) is unknown color: approx Cyprus. HEX triplet: 02, 55 and 47. RGB value is (2,85,71). Sum of RGB (Red+Green+Blue) = 2+85+71=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #025547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025547 is #FDAAB8. Grayscale: #3A3A3A. Windows color (decimal): -16624313 or 4674818. OLE color: 4674818.

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

Color convert

RGB28571-
CMYK0.9800.160.67
HSL169.88º95.4%17.06%-
HSV(B)169.88º97.65%33.33%-
XYZ4.416.967.07-
YUV58.5913587.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=1.27%
G=53.80%
B=44.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285710.9800.160.67169.8895.417.06
Hex255476201043aa5f11
Octal212510714202010325213721
Binary10101010110001111100010010000100001110101010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025547; }

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

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

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

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

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

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

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

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