#055349

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

Shades of Cyprus #055349

Tints of Cyprus #055349

Color information

#055349 (or 0x055349) is unknown color: approx Cyprus. HEX triplet: 05, 53 and 49. RGB value is (5,83,73). Sum of RGB (Red+Green+Blue) = 5+83+73=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #055349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055349 is #FAACB6. Grayscale: #3A3A3A. Windows color (decimal): -16428215 or 4805381. OLE color: 4805381.

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

Color convert

RGB58373-
CMYK0.9400.120.67
HSL172.31º88.64%17.25%-
HSV(B)172.31º93.98%32.55%-
XYZ4.366.77.37-
YUV58.54136.1689.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 83 (32.81% from 255) = 51.55%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=3.11%
G=51.55%
B=45.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583730.9400.120.67172.3188.6417.25
Hex553495E0C43ac5911
Octal512311113601410325413121
Binary10110100111001001101111001100100001110101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055349; }

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

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

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

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

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

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

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

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