#055149

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

Shades of Cyprus #055149

Tints of Cyprus #055149

Color information

#055149 (or 0x055149) is unknown color: approx Cyprus. HEX triplet: 05, 51 and 49. RGB value is (5,81,73). Sum of RGB (Red+Green+Blue) = 5+81+73=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #055149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055149 is #FAAEB6. Grayscale: #393939. Windows color (decimal): -16428727 or 4804869. OLE color: 4804869.

HSL color Cylindrical-coordinate representation of color #055149: hue angle of 173.68º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055149 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB58173-
CMYK0.9400.100.68
HSL173.68º88.37%16.86%-
HSV(B)173.68º93.83%31.76%-
XYZ4.216.47.32-
YUV57.36136.8290.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 81 (32.03% from 255) = 50.94%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=3.14%
G=50.94%
B=45.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581730.9400.100.68173.6888.3716.86
Hex551495E0A44ae5811
Octal512111113601210425613021
Binary10110100011001001101111001010100010010101110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055149; }

 p { color: rgb(5,81,73); }

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

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

 a { background-color: rgb(5,81,73); }

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

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

 span { border-color: rgb(5,81,73); }

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