#055646

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

Shades of Cyprus #055646

Tints of Cyprus #055646

Color information

#055646 (or 0x055646) is unknown color: approx Cyprus. HEX triplet: 05, 56 and 46. RGB value is (5,86,70). Sum of RGB (Red+Green+Blue) = 5+86+70=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #055646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055646 is #FAA9B9. Grayscale: #3B3B3B. Windows color (decimal): -16427450 or 4609541. OLE color: 4609541.

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

Color convert

RGB58670-
CMYK0.9400.190.66
HSL168.15º89.01%17.84%-
HSV(B)168.15º94.19%33.73%-
XYZ4.57.136.93-
YUV59.96133.6688.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=3.11%
G=53.42%
B=43.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586700.9400.190.66168.1589.0117.84
Hex556465E01342a85912
Octal512610613602310225013122
Binary101101011010001101011110010011100001010101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055646; }

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

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

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

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

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

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

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

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