#355577

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

Shades of Matisse #355577

Tints of Matisse #355577

Color information

#355577 (or 0x355577) is unknown color: approx Matisse. HEX triplet: 35, 55 and 77. RGB value is (53,85,119). Sum of RGB (Red+Green+Blue) = 53+85+119=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #355577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355577 is #CAAA88. Grayscale: #4F4F4F. Windows color (decimal): -13281929 or 7820597. OLE color: 7820597.

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

Color convert

RGB5385119-
CMYK0.550.2900.53
HSL210.91º38.37%33.73%-
HSV(B)210.91º55.46%46.67%-
XYZ8.058.5918.69-
YUV79.31150.4109.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=20.62%
G=33.07%
B=46.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53851190.550.2900.53210.9138.3733.73
Hex355577371D035d32622
Octal6512516767350653234642
Binary1101011010101111011111011111101011010111010011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355577; }

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

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

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

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

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

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

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

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