Html Css Color HEX #355575 Matisse

📋 copy color: '#355575'

red 53 ◦ green 85 ◦ blue 117

#355575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #355575

Tints of Matisse #355575

RGB

 RED value IS 53 (21.09% from 255) = 20.78%

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 20.78%
G = 33.33%
B = 45.88%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#355575 (or 0x355575) is known color: Matisse. HEX triplet: 35, 55 and 75. RGB value is (53,85,117). Sum of RGB (Red+Green+Blue) = 53+85+117=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #355575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355575 is #CAAA8A. Grayscale: #4E4E4E. Windows color (decimal): -13281931 or 7689525. OLE color: 7689525.

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

Color convert

RGB 53 85 117 -
CMYK 0.55 0.27 0 0.54
HSL 210º 0.38% 0.33% -
HSV(B) 210º 0.55% 0.46% -
XYZ 7.93 8.54 18.06 -
YUV 79.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 53 85 117 0.55 0.27 0 0.54 210 0.38 0.33
Hex 35 55 75 37 1B 0 36 D2 26 21
Octal 65 125 165 67 33 0 66 322 46 41
Binary 110101 1010101 1110101 110111 11011 0 110110 11010010 100110 100001

Color Harmonies of #355575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355575

Black with #355575

Text Example


Text Example

White with #355575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355575; }

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

 H1.HeaderClassName
 {
   color: #355575;
 }
 .AnyTagClassName
 {
   color: #355575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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