#559069

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

Shades of Como #559069

Tints of Como #559069

Color information

#559069 (or 0x559069) is unknown color: approx Como. HEX triplet: 55, 90 and 69. RGB value is (85,144,105). Sum of RGB (Red+Green+Blue) = 85+144+105=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #559069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559069 is #AA6F96. Grayscale: #7A7A7A. Windows color (decimal): -11169687 or 6918229. OLE color: 6918229.

HSL color Cylindrical-coordinate representation of color #559069: hue angle of 140.34º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559069 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB85144105-
CMYK0.4100.270.44
HSL140.34º25.76%44.9%-
HSV(B)140.34º40.97%56.47%-
XYZ16.2722.916.93-
YUV121.91118.45101.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=25.45%
G=43.11%
B=31.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851441050.4100.270.44140.3425.7644.9
Hex5590692901B2C8c1a2d
Octal12522015151033542143255
Binary10101011001000011010011010010110111011001000110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559069; }

 p { color: rgb(85,144,105); }

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

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

 a { background-color: rgb(85,144,105); }

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

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

 span { border-color: rgb(85,144,105); }

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