#055647

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

Shades of Cyprus #055647

Tints of Cyprus #055647

Color information

#055647 (or 0x055647) is unknown color: approx Cyprus. HEX triplet: 05, 56 and 47. RGB value is (5,86,71). Sum of RGB (Red+Green+Blue) = 5+86+71=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #055647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055647 is #FAA9B8. Grayscale: #3C3C3C. Windows color (decimal): -16427449 or 4675077. OLE color: 4675077.

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

Color convert

RGB58671-
CMYK0.9400.170.66
HSL168.89º89.01%17.84%-
HSV(B)168.89º94.19%33.73%-
XYZ4.537.147.1-
YUV60.07134.1688.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 86 (33.98% from 255) = 53.09%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=3.09%
G=53.09%
B=43.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586710.9400.170.66168.8989.0117.84
Hex556475E01142a95912
Octal512610713602110225113122
Binary101101011010001111011110010001100001010101001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055647; }

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

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

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

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

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

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

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

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