#055245

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

Shades of Cyprus #055245

Tints of Cyprus #055245

Color information

#055245 (or 0x055245) is unknown color: approx Cyprus. HEX triplet: 05, 52 and 45. RGB value is (5,82,69). Sum of RGB (Red+Green+Blue) = 5+82+69=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #055245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055245 is #FAADBA. Grayscale: #393939. Windows color (decimal): -16428475 or 4542981. OLE color: 4542981.

HSL color Cylindrical-coordinate representation of color #055245: hue angle of 169.87º degrees, saturation: 0.89, 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 #055245 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB58269-
CMYK0.9400.160.68
HSL169.87º88.51%17.06%-
HSV(B)169.87º93.9%32.16%-
XYZ4.156.56.67-
YUV57.5134.4990.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 82 (32.42% from 255) = 52.56%
BLUE value IS 69 (27.34% from 255) = 44.23%
R=3.21%
G=52.56%
B=44.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582690.9400.160.68169.8788.5117.06
Hex552455E01044aa5911
Octal512210513602010425213121
Binary101101001010001011011110010000100010010101010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055245; }

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

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

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

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

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

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

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

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