#055648

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

Shades of Cyprus #055648

Tints of Cyprus #055648

Color information

#055648 (or 0x055648) is unknown color: approx Cyprus. HEX triplet: 05, 56 and 48. RGB value is (5,86,72). Sum of RGB (Red+Green+Blue) = 5+86+72=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #055648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055648 is #FAA9B7. Grayscale: #3C3C3C. Windows color (decimal): -16427448 or 4740613. OLE color: 4740613.

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

Color convert

RGB58672-
CMYK0.9400.160.66
HSL169.63º89.01%17.84%-
HSV(B)169.63º94.19%33.73%-
XYZ4.567.167.27-
YUV60.18134.6688.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 86 (33.98% from 255) = 52.76%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=3.07%
G=52.76%
B=44.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586720.9400.160.66169.6389.0117.84
Hex556485E01042aa5912
Octal512611013602010225213122
Binary101101011010010001011110010000100001010101010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055648; }

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

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

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

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

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

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

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

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