#355576

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

Shades of Matisse #355576

Tints of Matisse #355576

Color information

#355576 (or 0x355576) is unknown color: approx Matisse. HEX triplet: 35, 55 and 76. RGB value is (53,85,118). Sum of RGB (Red+Green+Blue) = 53+85+118=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #355576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355576 is #CAAA89. Grayscale: #4F4F4F. Windows color (decimal): -13281930 or 7755061. OLE color: 7755061.

HSL color Cylindrical-coordinate representation of color #355576: hue angle of 210.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355576 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5385118-
CMYK0.550.2800.54
HSL210.46º38.01%33.53%-
HSV(B)210.46º55.08%46.27%-
XYZ7.998.5618.37-
YUV79.19149.9109.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=20.70%
G=33.20%
B=46.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53851180.550.2800.54210.4638.0133.53
Hex355576371C036d22622
Octal6512516667340663224642
Binary1101011010101111011011011111100011011011010010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355576; }

 p { color: rgb(53,85,118); }

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

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

 a { background-color: rgb(53,85,118); }

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

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

 span { border-color: rgb(53,85,118); }

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