#055642

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

Shades of Cyprus #055642

Tints of Cyprus #055642

Color information

#055642 (or 0x055642) is unknown color: approx Cyprus. HEX triplet: 05, 56 and 42. RGB value is (5,86,66). Sum of RGB (Red+Green+Blue) = 5+86+66=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #055642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055642 is #FAA9BD. Grayscale: #3B3B3B. Windows color (decimal): -16427454 or 4347397. OLE color: 4347397.

HSL color Cylindrical-coordinate representation of color #055642: hue angle of 165.19º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055642 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB58666-
CMYK0.9400.230.66
HSL165.19º89.01%17.84%-
HSV(B)165.19º94.19%33.73%-
XYZ4.377.086.29-
YUV59.5131.6689.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 86 (33.98% from 255) = 54.78%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=3.18%
G=54.78%
B=42.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586660.9400.230.66165.1989.0117.84
Hex556425E01742a55912
Octal512610213602710224513122
Binary101101011010000101011110010111100001010100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055642; }

 p { color: rgb(5,86,66); }

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

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

 a { background-color: rgb(5,86,66); }

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

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

 span { border-color: rgb(5,86,66); }

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