#055345

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

Shades of Cyprus #055345

Tints of Cyprus #055345

Color information

#055345 (or 0x055345) is unknown color: approx Cyprus. HEX triplet: 05, 53 and 45. RGB value is (5,83,69). Sum of RGB (Red+Green+Blue) = 5+83+69=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #055345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055345 is #FAACBA. Grayscale: #3A3A3A. Windows color (decimal): -16428219 or 4543237. OLE color: 4543237.

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

Color convert

RGB58369-
CMYK0.9400.170.67
HSL169.23º88.64%17.25%-
HSV(B)169.23º93.98%32.55%-
XYZ4.236.656.69-
YUV58.08134.1690.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 83 (32.81% from 255) = 52.87%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=3.18%
G=52.87%
B=43.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583690.9400.170.67169.2388.6417.25
Hex553455E01143a95911
Octal512310513602110325113121
Binary101101001110001011011110010001100001110101001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055345; }

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

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

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

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

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

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

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

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